Update git authored by Boman Romain's avatar Boman Romain
...@@ -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
... ...
......