Skip to content

Commit

Permalink
Minor update for usage of git command
Browse files Browse the repository at this point in the history
after running, git add .
do not need -a option to git commit
  • Loading branch information
deepak committed Aug 27, 2012
1 parent 0c6890a commit 52b3c7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/source/rails_application_templates.textile
Expand Up @@ -38,7 +38,7 @@ rake("db:migrate")

git :init
git :add => "."
git :commit => "-a -m 'Initial commit'"
git :commit => "-m 'Initial commit'"
</ruby>

The following sections outlines the primary methods provided by the API:
Expand Down

0 comments on commit 52b3c7d

Please sign in to comment.