git: Undo parts of last commit

Added from: http://stackoverflow.com/a/4248269/2043048
This commit is contained in:
Shadab Zafar 2016-07-20 14:34:29 +05:30 committed by GitHub
parent b77aa0974b
commit 70ad22c12e
1 changed files with 3 additions and 0 deletions

View File

@ -121,3 +121,6 @@ git remote prune $(git remote | tr '\n' ' ')
# Revisions can also be identified with :/text
# So, this will show the first commit that has "cool" in their message body
git show :/cool
# Undo parts of last commit in a specific file
git checkout -p HEAD^ -- /path/to/file