Skip to content

Instantly share code, notes, and snippets.

@kahboom
Created September 28, 2017 18:01
Show Gist options
  • Save kahboom/93608f28809a911e47f7dc272d05e387 to your computer and use it in GitHub Desktop.
Save kahboom/93608f28809a911e47f7dc272d05e387 to your computer and use it in GitHub Desktop.
Working with my/someone else's fork
git remote add rachel git@github.com:kahboom/syndesis-ui.git
git fetch rachel
git checkout --track rachel/952-github-oauth
// To get any changes I make:
git checkout 952-github-oauth
git pull
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment