Skip to content

Commit 1b504ac

Browse files
Applied recomennded modifications.
1 parent 66bca05 commit 1b504ac

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

basic/index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)