GITLAB iLM - Institut Lumière Matière

Update Home authored by Claire MOUTON's avatar Claire MOUTON
......@@ -53,9 +53,8 @@ Cette archive contient notamment un fichier `.gitconfig` et des fichiers de code
**Notions** : index
### Interlude optionnel, pour ceux qui souhaitent compiler et exécuter le code des TP
`./waf configure build`
`LD_LIBRARY_PATH=./__build__/liba:./__build__/libb ./__build__/app/app`
`./waf configure build`
`LD_LIBRARY_PATH=./__build__/liba:./__build__/libb ./__build__/app/app`
### On code
* vérifier qu'aucune fonction `liba_byebye()` existe (`git grep`)
......@@ -195,21 +194,13 @@ Pas d'exercices entre utilisateurs: le cas est rare, et l'exercice compliqué à
## Remote
GitHub/GitLab
> git clone --bare
> git remote
> git clone
> git fetch
> git pull
> git push
git clone --bare
git remote
git clone
git fetch
git pull
git push
remote branches
......
......