-
Notifications
You must be signed in to change notification settings - Fork 1
GitSyntax
Etienne DELAY edited this page Apr 20, 2018
·
1 revision
On your Terminal, go on the folder where to download, then download the project
git clone monURL
Ex: git clone https://github.com/cormas/Booklet-CORMAS.git
git pull
After having modified a file, add and push it on GIT (first: 'add', then 'commit with comments', and 'push'):
git add monFichier
git commit -m "mon commentaire"
git push origin master