2. Do some work and commit it on the local master. edit… git add … git commit … … The blue dots on the local master branch are your new commits. This happens entirely inside your local repository and doesn't involve the remote one at all.
↧