summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 37fc57a)
raw | patch | inline | side by side (parent: 37fc57a)
author | William Pursell <bill.pursell@gmail.com> | |
Tue, 3 Feb 2009 22:41:14 +0000 (22:41 +0000) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Wed, 4 Feb 2009 06:13:47 +0000 (22:13 -0800) |
These days you must explicitly say "git stash save <comment>".
Signed-off-by: William Pursell <bill.pursell@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Signed-off-by: William Pursell <bill.pursell@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/user-manual.txt | patch | blob | history |
index 99cb80878b3b710babd00b401dc41d73c34c695b..2ae88c575d0828809aafa242881d0377f7b54726 100644 (file)
work-in-progress changes.
------------------------------------------------
-$ git stash "work in progress for foo feature"
+$ git stash save "work in progress for foo feature"
------------------------------------------------
This command will save your changes away to the `stash`, and