Skip to content
GitLab
Explore
Sign in
Changes
Page history
Update git
authored
Feb 14, 2023
by
Boman Romain
Show whitespace changes
Inline
Side-by-side
git.md
View page @
214f3290
...
@@ -173,7 +173,7 @@ Get the current state of the working copy (each time you have a doubt!):
...
@@ -173,7 +173,7 @@ Get the current state of the working copy (each time you have a doubt!):
git status
git status
```
```
Create a branch named
`mybranch`
:
Create a branch named
`mybranch`
(you can use your family name instead)
:
```
```
git checkout -b mybranch
git checkout -b mybranch
...
...
...
...