kilo m2 git init.txt 310 B

123456789101112131415
  1. touch README.md
  2. git init
  3. git add README.md
  4. git commit -m "first commit"
  5. git remote add origin http://git.yojik.eu/eric/Modula2_kilo.git
  6. git push -u origin master
  7. Soumettre un dépôt existant par ligne de commande
  8. git remote add origin http://git.yojik.eu/eric/Modula2_kilo.git
  9. git push -u origin master