Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 64a57de

Browse files
authored
Update Contributing.md
1 parent ed37fb7 commit 64a57de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Contributing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ git status
6565
```
6666
Add, commit, and push the files that you'd like to add to your pr:
6767
```
68-
git add file
69-
git add file
68+
git add file-a
69+
git add file-b
7070
git commit -m 'message about your changes'
7171
git push origin your_feature_branch
7272
```

0 commit comments

Comments
 (0)