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

Add git commit advice

parent 23cdabc3
No related branches found
No related tags found
No related merge requests found
...@@ -37,7 +37,7 @@ haven't committed by writing: ...@@ -37,7 +37,7 @@ haven't committed by writing:
git status git status
``` ```
(If you get the error `Not a valid command: git`, it means you're inside `sbt`, (If you get the error `Not a valid command: git`, it means you're inside sbt,
you can't run git from sbt itself, you need to open another terminal in the same you can't run git from sbt itself, you need to open another terminal in the same
directory) directory)
...@@ -55,6 +55,8 @@ good commit messages) ...@@ -55,6 +55,8 @@ good commit messages)
git commit -am "My message" git commit -am "My message"
``` ```
(It's good practice to commit your code regularly to document your changes)
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
first running: first running:
```shell ```shell
......
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