We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0b2c4af + 1b504ac commit 9cdec2fCopy full SHA for 9cdec2f
basic/index.html
@@ -849,6 +849,12 @@ <h4>
849
It will then leave you at the state of the last commit.
850
</p>
851
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>
857
+
858
<pre>
859
<b>$ git status -s</b>
860
<span class="red">M</span> hello.rb
0 commit comments