[Step 4] Commit changes - Yellow-Team-Millerslab/GitPlayground GitHub Wiki
Commit in VS
-
create a new branch from
master
likesam/test/commit
-
open
GitPlayground
folder in VS2017 -
open readme file and edit it
-
After saving it, switch to
Team Explorer
tab and clickChanges
-
Enter commit message like this format [category name]: [message]. ex: test: new commit
- It is a convention broadly accepted by open source community
- It is a convention broadly accepted by open source community
-
After commit, you can click
sync
to go to synchronization tab and clickpush
on Outgoing Commits. -
Go to project home on Github to verify the changes.