Skip to content

Commit 4d2c6f9

Browse files
committed
Update git-commands-for-master.md
1 parent ec06134 commit 4d2c6f9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

contributor-guide/git-commands-for-master.md

+5
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,11 @@ Follow the steps in this article to create a local working branch on your comput
4444
git add <file path>
4545
git commit –m "<comment>"
4646

47+
If you deleted files, you have to use this:
48+
49+
git add --all
50+
git commit -m "<comment>"
51+
4752
9. Update your local working branch with changes from upstream:
4853

4954
git pull upstream master

0 commit comments

Comments
 (0)