author | Junio C Hamano <junkio@cox.net> | |
Tue, 18 Oct 2005 08:29:27 +0000 (01:29 -0700) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Tue, 18 Oct 2005 08:29:27 +0000 (01:29 -0700) | ||
commit | 4aaa702794447d9b281dd22fe532fd61e02434e1 | |
tree | aa0a562dc1d28c6b4d6bc3f0ece8b96ab74ddb84 | tree | snapshot |
parent | 4bfe1199eabb41eb1f1d67f4ee24df028eb21300 | commit | diff |
git-checkout: revert specific paths to either index or a given tree-ish.
When extra paths arguments are given, git-checkout reverts only those
paths to either the version recorded in the index or the version
recorded in the given tree-ish.
This has been on the TODO list for quite a while.
Signed-off-by: Junio C Hamano <junkio@cox.net>
When extra paths arguments are given, git-checkout reverts only those
paths to either the version recorded in the index or the version
recorded in the given tree-ish.
This has been on the TODO list for quite a while.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/git-checkout.txt | diff | blob | history | |
git-checkout.sh | diff | blob | history |