To sync a branch to master:
1. Make sure master is defined. Check with git remote -v. If not defined, define the master with git remote add command.
2. Use git pull to sync from the master
A collection of my tech notes
To sync a branch to master:
1. Make sure master is defined. Check with git remote -v. If not defined, define the master with git remote add command.
2. Use git pull to sync from the master