Skip to content

Instantly share code, notes, and snippets.

@christianparpart
Created July 21, 2020 14:28
Show Gist options
  • Save christianparpart/3a36ba34b5dd79eb348f941a26738176 to your computer and use it in GitHub Desktop.
Save christianparpart/3a36ba34b5dd79eb348f941a26738176 to your computer and use it in GitHub Desktop.
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