Change git add command to also include the changes to .gitignore

Shell * does not match .gitignore
This commit is contained in:
Fred Condo 2012-04-27 17:59:16 -07:00
parent 0e9dd9242a
commit d47821a73c

View File

@ -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 ###