Created
July 21, 2020 14:28
-
-
Save christianparpart/3a36ba34b5dd79eb348f941a26738176 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 checkout master | |
git pull | |
git checkout -b my-NEW-branch | |
git cherry-pick f9b98e1bc186c59b7f23526b8568bc733cebe47a | |
git push -u origin my-NEW-branch |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment