Skip to content
Snippets Groups Projects
Commit cd700100 authored by tanguy.dietrich's avatar tanguy.dietrich
Browse files

Ajout de memo pour l'utilisation de git

parent 200581fd
No related branches found
No related tags found
2 merge requests!2Tanguy,!1David
recupere l'etat actuel du projet a partir de git
>git clone https://githepia.hesge.ch/david.carballo/poo2019numeric
ajoute les nouvelle modification
>git add .
envoie un message indiquant les modification apporte au projet
>git commit -m "message"
modifie le git
>git pull
AUTRE :
verifie si il y a des changement
>git diff
\ No newline at end of file
......@@ -126,4 +126,4 @@ final public class Vector {
public boolean equals(Object obj) {
throw new UnsupportedOperationException("This feature isn't implemented yet");
}
}
\ No newline at end of file
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment