Created
December 6, 2017 16:07
-
-
Save aseure/8f99a41db90a328e25fd7103da410f8f to your computer and use it in GitHub Desktop.
Git manual amend
This file contains 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 HEAD~1 | |
git add D | |
git commit --amend -m ‘add C and D files’ | |
git add E | |
git commit -m ‘add E file’ | |
git rebase --continue |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment