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.
1 parent 0b2c4af commit 66bca05Copy full SHA for 66bca05
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> 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>
857
+
858
<pre>
859
<b>$ git status -s</b>
860
<span class="red">M</span> hello.rb
0 commit comments