From 1b504ac584ebfb15026f260b47e79451c2f65985 Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Mon, 23 Sep 2013 17:22:29 +0200 Subject: [PATCH] Applied recomennded modifications. --- basic/index.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/basic/index.html b/basic/index.html index 8f64fa5..0904da9 100644 --- a/basic/index.html +++ b/basic/index.html @@ -849,11 +849,11 @@ nothing to commit (working directory clean) It will then leave you at the state of the last commit.

-

If you have untracked files, git stash doesn't save it. You - can either add stage those files with git add (you don't have - to commit) before stashing, or, if you have a recent Git version (1.7.7 or - above), you can use git stash -u to stash also unversioned - files.

+

If you have untracked files, git stash will not include + them. You can either stage those files with git add (you don't + have to commit) before stashing, or, if you have a recent Git version + (1.7.7 or above), you can use git stash -u to also stash also + unversioned files.

 $ git status -s