12345678910111213141516171819 |
- eric /
- ChineseGrammarWiki
- Introduction rapide
- Cloner ce dépôt Besoin d'aide pour dupliquer ? Visitez l'aide !
- Créer un nouveau dépôt en ligne de commande
- touch README.md
- git init
- git add README.md
- git commit -m "first commit"
- git remote add origin http://git.yojik.eu/eric/ChineseGrammarWiki.git
- git push -u origin master
- Soumettre un dépôt existant par ligne de commande
- git remote add origin http://git.yojik.eu/eric/ChineseGrammarWiki.git
- git push -u origin master
|