author | Abhijit Menon-Sen <ams@toroid.org> | |
Thu, 3 Jul 2008 06:16:05 +0000 (11:46 +0530) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sat, 5 Jul 2008 07:39:37 +0000 (00:39 -0700) | ||
commit | 656b50345239293929ad8c639c5f1941c6b867ad | |
tree | 2ad9d58711dd3dc3bd5def98ccfa017f949ed102 | tree | snapshot |
parent | 6991357513bf8bfbb71a4675e271b386cc273476 | commit | diff |
Implement "git stash branch <newbranch> <stash>"
Restores the stashed state on a new branch rooted at the commit on which
the stash was originally created, so that conflicts caused by subsequent
changes on the original branch can be dealt with.
(Thanks to Junio for this nice idea.)
Signed-off-by: Abhijit Menon-Sen <ams@toroid.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Restores the stashed state on a new branch rooted at the commit on which
the stash was originally created, so that conflicts caused by subsequent
changes on the original branch can be dealt with.
(Thanks to Junio for this nice idea.)
Signed-off-by: Abhijit Menon-Sen <ams@toroid.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-stash.txt | diff | blob | history | |
git-stash.sh | diff | blob | history |