Skip to content
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)

Clone this wiki locally