Skip to content
Snippets Groups Projects
Commit 70ec416e authored by Darciaux Yoann's avatar Darciaux Yoann
Browse files

Dernier commit

parent c4243c27
Branches
No related tags found
No related merge requests found
Dépot local
4) git init qui sers a initialiser le dépôt local. 4) git init qui sers a initialiser le dépôt local.
5) git status pour voir les fichiers suivis par git. 5) git status pour voir les fichiers suivis par git.
6) echo ".vscode" >> .gitignore 6) echo ".vscode" >> .gitignore
7)git add .
8) git status (encore)
9) git commit -m "Premier commit"
10) on utilise la commande git log
Dépot distant
4) git remote add origin https://gitlab.univ-lorraine.fr/e0428u/typescript_darciaux_yoann.git
5) git remote -v
6) git push -u origin main
7) 7)
\ 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