X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=Documentation%2Fgit-stash.txt;h=473889a660402f5f88b45c6aa3d00d0e85004389;hb=6c4ee2244aea924b6d04b4753ca8c7709e8e5f90;hp=84e555d81d9bdd25afeacf868f55a6a868773cd0;hpb=b599672316ae0e0cf827e5e2cd6d3bb403d7b8cd;p=git.git diff --git a/Documentation/git-stash.txt b/Documentation/git-stash.txt index 84e555d81..473889a66 100644 --- a/Documentation/git-stash.txt +++ b/Documentation/git-stash.txt @@ -33,7 +33,7 @@ A stash is by default listed as "WIP on 'branchname' ...", but you can give a more descriptive message on the command line when you create one. -The latest stash you created is stored in `$GIT_DIR/refs/stash`; older +The latest stash you created is stored in `refs/stash`; older stashes are found in the reflog of this reference and can be named using the usual reflog syntax (e.g. `stash@\{0}` is the most recently created stash, `stash@\{1}` is the one before it, `stash@\{2.hours.ago}`