Skip to content

Commit

Permalink
end git setup
Browse files Browse the repository at this point in the history
  • Loading branch information
damienlethiec committed Feb 7, 2018
1 parent 039394d commit 2a5ec1f
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions template.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,14 @@ def apply_template!

template 'README.md.tt', force: true

run 'rails db:create db:migrate'
after_bundle do
run 'rails db:create db:migrate'

git flow: 'init -d'
git add: '.'
git commit: "Initial commit for #{app_name}"
git flow: 'init -d'

git add: '.'
git commit: '-m "Initial commit for #{app_name}"'
end
end

def assert_minimum_rails_version
Expand Down

0 comments on commit 2a5ec1f

Please sign in to comment.