Nantes Université

Skip to content
Extraits de code Groupes Projets
Valider ad1241be rédigé par Nils MOREAU--THOMAS's avatar Nils MOREAU--THOMAS :skull:
Parcourir les fichiers

Update Utilisation_Git.md

parent cb7db328
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -5,6 +5,7 @@ cd existing_folder
git init --initial-branch=main
git remote add origin https://gitlab.univ-nantes.fr/E221936K/nmt_iut.git
git add .
git commit -m "Initial commit"
......@@ -13,9 +14,10 @@ git push -u origin main
## Pour update (à l'IUT)
git add --all
git add .
*selectionnne les fichiers*
git commit -m "mise à jour"
*regroupe dans une archive (.zip)*
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter