Skip to content

Commit 0f50154

Browse files
committed
Merge branch 'hw/tutorial-favor-switch-over-checkout'
Complete an update to tutorial that encourages "git switch" over "git checkout" that was done only half-way. * hw/tutorial-favor-switch-over-checkout: doc/gitcore-tutorial: fix prose to match example command
2 parents 36da2a8 + 1a7e454 commit 0f50154

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/gitcore-tutorial.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -751,7 +751,7 @@ to it.
751751
================================================
752752
If you make the decision to start your new branch at some
753753
other point in the history than the current `HEAD`, you can do so by
754-
just telling 'git checkout' what the base of the checkout would be.
754+
just telling 'git switch' what the base of the checkout would be.
755755
In other words, if you have an earlier tag or branch, you'd just do
756756

757757
------------

0 commit comments

Comments
 (0)