mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Change git add command to also include the changes to .gitignore
Shell * does not match .gitignore
This commit is contained in:
parent
0e9dd9242a
commit
d47821a73c
@ -93,7 +93,7 @@ and need to be added to your own repository. The commands depend on your reposit
|
|||||||
|
|
||||||
# for git
|
# for git
|
||||||
cd my-silverstripe-project/
|
cd my-silverstripe-project/
|
||||||
git add *
|
git add .
|
||||||
git commit -m "adding configuration files generated by phing"
|
git commit -m "adding configuration files generated by phing"
|
||||||
|
|
||||||
### Step 5: Switch branches ###
|
### Step 5: Switch branches ###
|
||||||
|
Loading…
Reference in New Issue
Block a user