From d47821a73ce2b964c65c60a2b115dc5973992654 Mon Sep 17 00:00:00 2001 From: Fred Condo Date: Fri, 27 Apr 2012 17:59:16 -0700 Subject: [PATCH] Change git add command to also include the changes to .gitignore Shell * does not match .gitignore --- docs/en/installation/from-source.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/installation/from-source.md b/docs/en/installation/from-source.md index 2c7528fce..eb0a0db8c 100644 --- a/docs/en/installation/from-source.md +++ b/docs/en/installation/from-source.md @@ -93,7 +93,7 @@ and need to be added to your own repository. The commands depend on your reposit # for git cd my-silverstripe-project/ - git add * + git add . git commit -m "adding configuration files generated by phing" ### Step 5: Switch branches ###