You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: book/03-git-branching/sections/remote-branches.asc
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -149,8 +149,7 @@ Switched to a new branch 'correctionserveur'
149
149
----
150
150
151
151
En fait, c'est tellement habituel qu'il y a même un raccourci de ce racccouci.
152
-
Si la branche que vous
153
-
If the branch name you're trying to checkout (a) doesn't exist and (b) exactly matches a name on only one remote, Git will create a tracking branch for you:
152
+
Si le nom de branche que vous essayez d'extraire (a) n'existe pas et (b) correspond à un seul nom sur un seul distant, Git va créer une branche de suivi pour vous :
0 commit comments