Created
April 3, 2019 14:52
-
-
Save borantula/85893a616f0b79d7254e87d47d6abfcf to your computer and use it in GitHub Desktop.
Splitting a huge PR by unstaging files
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 reset --soft last-commit-before-branch | |
then unstage all files changed and add as you wish create new commits etc. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment