gogs.txt 480 B

12345678910111213141516171819
  1. eric /
  2. ChineseGrammarWiki
  3. Introduction rapide
  4. Cloner ce dépôt Besoin d'aide pour dupliquer ? Visitez l'aide !
  5. Créer un nouveau dépôt en ligne de commande
  6. touch README.md
  7. git init
  8. git add README.md
  9. git commit -m "first commit"
  10. git remote add origin http://git.yojik.eu/eric/ChineseGrammarWiki.git
  11. git push -u origin master
  12. Soumettre un dépôt existant par ligne de commande
  13. git remote add origin http://git.yojik.eu/eric/ChineseGrammarWiki.git
  14. git push -u origin master