git checkout develop git pull git checkout -b new-branch-name git revert -m 1 hash # The default editor will open git push -u origin new-branch-name
No comments:
Post a Comment