Skip to content

Commit 6ac0925

Browse files
author
Kaartic Sivaraam
committed
Split a long sentence
1 parent e3ad20f commit 6ac0925

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

book/07-git-tools/sections/stashing-cleaning.asc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,8 @@ no changes added to commit (use "git add" and/or "git commit -a")
7979
----
8080

8181
You can see that Git re-modifies the files you reverted when you saved the stash.
82-
In this case, you had a clean working directory when you tried to apply the stash, and you tried to apply it on the same branch you saved it from; but having a clean working directory and applying it on the same branch aren’t necessary to successfully apply a stash.
82+
In this case, you had a clean working directory when you tried to apply the stash, and you tried to apply it on the same branch you saved it from.
83+
Having a clean working directory and applying it on the same branch aren’t necessary to successfully apply a stash.
8384
You can save a stash on one branch, switch to another branch later, and try to reapply the changes.
8485
You can also have modified and uncommitted files in your working directory when you apply a stash – Git gives you merge conflicts if anything no longer applies cleanly.
8586

0 commit comments

Comments
 (0)