Skip to content

Instantly share code, notes, and snippets.

@mech422
Created March 3, 2017 20:05
Show Gist options
  • Save mech422/841487c9d5531eaef09771b8049ff4df to your computer and use it in GitHub Desktop.
Save mech422/841487c9d5531eaef09771b8049ff4df to your computer and use it in GitHub Desktop.
git remote add upstream git@github.llnw.net:llnw/salt-states.git
git fetch upstream
git checkout master
git rebase upstream/master
git push
git checkout remotes/origin/CONFIGMGMT-910
steve@bunsen:~/Work/salt/salt-states$ git status
HEAD detached at origin/CONFIGMGMT-910
nothing to commit, working directory clean
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment