git.txt 306 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/PL0-GNU-M2.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/PL0-GNU-M2.git
  9. git push -u origin master