Skip to content

Instantly share code, notes, and snippets.

@jutoart
Created October 15, 2019 06:35
Show Gist options
  • Save jutoart/d584e003e971789ef94f69f7f67baf18 to your computer and use it in GitHub Desktop.
Save jutoart/d584e003e971789ef94f69f7f67baf18 to your computer and use it in GitHub Desktop.
Git commands
# Add upstream and set upstream
git remote add upstream git@github.com:xxx/xxx.git
git fetch upstream
git branch -u upstream/master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment