Created
November 2, 2017 18:32
-
-
Save pykong/2b22a488a973eecf74c4a2a9db7da3a6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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