Created
December 27, 2016 18:30
-
-
Save mikemichaelis/bdae9404ef5658e9f78ca919ed1bee20 to your computer and use it in GitHub Desktop.
Create a publish branch with a single commit
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 branch publish | |
git checkout publish | |
git log --oneline | |
git rebase --root -i |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment