Created
March 3, 2017 20:05
-
-
Save mech422/841487c9d5531eaef09771b8049ff4df 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
git remote add upstream [email protected]: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