-
Notifications
You must be signed in to change notification settings - Fork 0
GIT
lcs01 edited this page Jan 25, 2019
·
1 revision
git ~ = revenir sur home dans le terminal
git init = creation du repo
git remote add (le nom du repo créer sur git) + espace url du repo distant
vim README . md // bienvenue sur le repo ( echap:wq pour quitter vim)
git status = verif
git add *
git status
git comit -m « message explicatif »
git push (nom du dossier) master ou (branch choisis)