From 52b3c7d70636536371f5ed5f8e255aa1d6bce1e9 Mon Sep 17 00:00:00 2001 From: Deepak Kannan Date: Mon, 27 Aug 2012 15:32:14 +0530 Subject: Minor update for usage of git command after running, git add . do not need -a option to git commit --- guides/source/rails_application_templates.textile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'guides/source') diff --git a/guides/source/rails_application_templates.textile b/guides/source/rails_application_templates.textile index f50ced3307..d6a2465d1e 100644 --- a/guides/source/rails_application_templates.textile +++ b/guides/source/rails_application_templates.textile @@ -38,7 +38,7 @@ rake("db:migrate") git :init git :add => "." -git :commit => "-a -m 'Initial commit'" +git :commit => "-m 'Initial commit'" The following sections outlines the primary methods provided by the API: -- cgit v1.2.3