]> git.ipfire.org Git - thirdparty/git.git/blobdiff - Documentation/gitcore-tutorial.txt
doc/gitcore-tutorial: fix prose to match example command
[thirdparty/git.git] / Documentation / gitcore-tutorial.txt
index f880d21dfb520c4a7bed90ccd0f2cc9d3961ecf7..c0b95256cc8c8d640d284f77b23d63c8785601d1 100644 (file)
@@ -751,7 +751,7 @@ to it.
 ================================================
 If you make the decision to start your new branch at some
 other point in the history than the current `HEAD`, you can do so by
-just telling 'git checkout' what the base of the checkout would be.
+just telling 'git switch' what the base of the checkout would be.
 In other words, if you have an earlier tag or branch, you'd just do
 
 ------------