Skip to content
Snippets Groups Projects
Commit 96378650 authored by Guillaume Martres's avatar Guillaume Martres
Browse files

Fix instructions for new setup

parent bc3b136c
No related branches found
No related tags found
No related merge requests found
...@@ -58,12 +58,11 @@ git commit -am "My message" ...@@ -58,12 +58,11 @@ git commit -am "My message"
You can then synchronize your local git repository with the gitlab server by You can then synchronize your local git repository with the gitlab server by
running: running:
```shell ```shell
git push -u origin my-example git push
``` ```
(If you've already done this once, you can just do `git push` without Note that there are also graphical user interfaces to interact with git, for
arguments). Note that there are also graphical user interfaces to interact example [VSCode has built-in git
with git, for example [VSCode has built-in git
support](https://code.visualstudio.com/docs/editor/versioncontrol#_git-support). support](https://code.visualstudio.com/docs/editor/versioncontrol#_git-support).
### Submission ### Submission
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment