mirror of https://github.com/cheat/cheat.git
git: Undo parts of last commit
Added from: http://stackoverflow.com/a/4248269/2043048
This commit is contained in:
parent
b77aa0974b
commit
70ad22c12e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue