Skip to content

Instantly share code, notes, and snippets.

@isabellebruchet
isabellebruchet / GIT-commands.markdown
Last active August 24, 2017 15:25
GIT - Principales commandes

Cloner un repository : git clone adresse_du_repo

Mettre à jour un repository : git pull

Créer une branche locale : git checkout -b branch_name

Voir les fichiers modifiés : git status

Ils sont triés dans 3 catégories :

  • prêts à être commit (Changes to be committed)