Home How to commit local changes to GitHub repo
Post
Cancel

How to commit local changes to GitHub repo

  1. Update your code locally, Hover curser over Source control from the left

    commit-1

  2. Click on Source Control, Type message and click commit.

    commit-2

  3. Commit will only save changes locally, Now you need to Push commits to Origin/Master

  4. Click on Sync Changes

    commit-3

This post is licensed under CC BY 4.0 by the author.