Skip to content

Commit 79dbb50

Browse files
committed
link directly to the section
1 parent e4be552 commit 79dbb50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/03-git-branching/1-git-branching.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ All you have to do is switch back to your `master` branch.
244244

245245
However, before you do that, note that if your working directory or staging area has uncommitted changes that conflict with the branch you're checking out, Git won't let you switch branches.
246246
It's best to have a clean working state when you switch branches.
247-
There are ways to get around this (namely, stashing and commit amending) that we'll cover <<_git_stashing, later>>.
247+
There are ways to get around this (namely, stashing and commit amending) that we'll cover later on, in <<_git_stashing>>.
248248
For now, let's assume you've committed all your changes, so you can switch back to your master branch:
249249

250250
[source,shell]

0 commit comments

Comments
 (0)