Skip to content
Snippets Groups Projects
Commit 28a9e742 authored by Anthony Roux's avatar Anthony Roux
Browse files

Improve readme

parent 1c92f01f
Branches master
No related tags found
No related merge requests found
......@@ -17,6 +17,17 @@ Pour récupérer les sources de l'application, clonez le repo git suivant :
```
git clone http://gitlab.isima.fr/javapro/td1.git
```
Créez une branche à votre nom :
```
git checkout -b binome1-binome2
```
Commitez et poussez vos modifications régulièrement :
```
git add .
git commit -m "Mon message"
git push
```
## 1 - Repensez la structure de l'application
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment