diff --git a/documentation/how_to_use_git.md b/documentation/how_to_use_git.md index a668a590606e7911792de3e9ab1fdea2fe3cb111..370a2c7797a49032bf6dcdd490e45d1d9f74fc93 100644 --- a/documentation/how_to_use_git.md +++ b/documentation/how_to_use_git.md @@ -64,7 +64,7 @@ part. You can look at the commit you just made: ``` -git commit log -n 3 +git log -n 3 ``` Now we need to sync your master branch with the master branch on Gitlab.