Skip to content

Silocan/GameOfLife-JS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pense-bête GIT

Configuration initiale de GIT

  • git config --global user.name "MON PSEUDO"
  • git config --global user.email "MON_EMAIL"

Fichier de config

  • ~/.gitconfig

Modèle pour les commits

  • ~/.gitmessage

Cloner un dépôt

Ajouter un fichier

  • git add NOM_DU_FICHIER

Valider la/les modification en cours

  • git commit -m "COMMENTAIRE" NOM_DU_FICHIER
  • git commit -am "COMMENTAIRE"

Déclarer un dépôt distant

  • git remote add NOM_DEPOT URL_DEPOT

Envoyer les modifications sur un dépôt distant

  • git push DEPOT_DISTANT branche_locale

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published