鼎鼎知识库
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

基本命令

拷贝项目:git clone ...
拉取项目:git pull origin master
创建文件:touch somedemo.md

更改推送

git add --all
git commit -m "some updates"
git push origin master