]> git.ipfire.org Git - thirdparty/git.git/blobdiff - Documentation/git-remote.txt
l10n: fr v2.23.0 round 2
[thirdparty/git.git] / Documentation / git-remote.txt
index 0cad37fb81d99c3928f1a763a79350836b8e70e6..9659abbf8e08e19076b6ac18e0c9ea75489fd68d 100644 (file)
@@ -230,7 +230,7 @@ $ git branch -r
   staging/master
   staging/staging-linus
   staging/staging-next
-$ git checkout -b staging staging/master
+$ git switch -c staging staging/master
 ...
 ------------