This page was exported from GTUTO [ https://www.gtuto.com ] Export date:Wed Apr 30 16:34:25 2025 / +0000 GMT ___________________________________________________ Title: GIT --------------------------------------------------- git initgit config --global user.name "totogit config --global user.email "toto@toto.com" git add monnouveaufichier.txtou git add *git status -> pour controle git commit -m "message" git log -> liste les commit avec leurs ID git checkout ID -> remettre l'état de l'IDgit checkout master -f -> retour à la dernière version écrase les modif git branchgit branch nouvellebranche git checkout mastergit merge nouvellebranchegit branch -d nombranche git remote add origin https://.... toto.git git remote -> controle git push -u origin master -> envoyer vers distant git pull -u origin master -> récupérer distant --------------------------------------------------- Images: --------------------------------------------------- --------------------------------------------------- Post date: 2023-12-21 02:06:00 Post date GMT: 2023-12-21 02:06:00 Post modified date: 2024-02-28 20:43:15 Post modified date GMT: 2024-02-28 20:43:15 ____________________________________________________________________________________________ Export of Post and Page as text file has been powered by [ Universal Post Manager ] plugin from www.gconverters.com