File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -849,11 +849,11 @@ <h4>
849849 It will then leave you at the state of the last commit.
850850 </ p >
851851
852- < p > If you have untracked files, < code > git stash</ code > doesn't save it. You
853- can either add stage those files with < code > git add</ code > (you don't have
854- to commit) before stashing, or, if you have a recent Git version (1.7.7 or
855- above), you can use < code > git stash -u</ code > to stash also unversioned
856- files.</ p >
852+ < p > If you have untracked files, < code > git stash</ code > will not include
853+ them. You can either stage those files with < code > git add</ code > (you don't
854+ have to commit) before stashing, or, if you have a recent Git version
855+ (1.7.7 or above), you can use < code > git stash -u</ code > to also stash also
856+ unversioned files.</ p >
857857
858858< pre >
859859< b > $ git status -s</ b >
You can’t perform that action at this time.
0 commit comments