[Step 4] Commit changes - Yellow-Team-Millerslab/GitPlayground GitHub Wiki

Commit in VS

  1. create a new branch from master like sam/test/commit

  2. open GitPlayground folder in VS2017

  3. open readme file and edit it

  4. After saving it, switch to Team Explorer tab and click Changes

  5. Enter commit message like this format [category name]: [message]. ex: test: new commit

    • It is a convention broadly accepted by open source community
  6. After commit, you can click sync to go to synchronization tab and click push on Outgoing Commits.

  7. Go to project home on Github to verify the changes.

Commit in Git Extension

  1. https://www.youtube.com/watch?v=B8uvje6X7lo

Commit in SourceTree

  1. https://confluence.atlassian.com/get-started-with-sourcetree/commit-and-push-a-change-git-847359114.html