fetch is where you update from git fetch origin master == fetch any updates from the remote repository called origin's master branch. OR git pull origin master == fetch any updates AND merge them into mine origin git@github.com:ezkl/code.ipsrvcs.com.git (fetch) push is where you put your updates