Skip to content

Instantly share code, notes, and snippets.

@pykong
Created November 2, 2017 18:32
Show Gist options
  • Save pykong/2b22a488a973eecf74c4a2a9db7da3a6 to your computer and use it in GitHub Desktop.
Save pykong/2b22a488a973eecf74c4a2a9db7da3a6 to your computer and use it in GitHub Desktop.
# list remotes
git remote -v
# add remote
git remote add upstream https://github.com/SublimeLinter/SublimeLinter3.git
# sync with main repo
git pull upstream master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment