美文网首页
GIT常用命令

GIT常用命令

作者: 阿伟派 | 来源:发表于2018-05-16 15:08 被阅读0次
cd Typecho
git init
git add .
git commit -m "Any Message is OK"
git remote add origin https://git.coding.net/izzhip/Typecho.git
git push -u origin master
git clone https://git.coding.net/izzhip/Typecho.git

相关文章

网友评论

      本文标题:GIT常用命令

      本文链接:https://www.haomeiwen.com/subject/xyipdftx.html