Skip to content

Commit f69c92b

Browse files
authored
clarify stashing
1 parent 322768e commit f69c92b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/branches.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -508,7 +508,7 @@ So, what can we do if there is a conflict?
508508

509509
The command "stash" can be described as a **drawer** where you store uncommitted changes temporarily.
510510

511-
After stashing your uncommitted changes you can continue **working on other things** in a different branch.
511+
After stashing your uncommitted changes you can continue **working on other things**.
512512

513513
The uncommitted changes that are stored in the stash **can be taken out and applied to any branch, including the original branch.**
514514

0 commit comments

Comments
 (0)