码迷,mamicode.com
首页 > 其他好文 > 详细

git使用

时间:2018-07-28 22:01:36      阅读:154      评论:0      收藏:0      [点我收藏+]

标签:com   remote   master   一个   git init   ast   https   rop   span   

向一个已存在的git上添加其他目录:

1 git init
2 git remote add xxx https://git.xxx.com/xxx/xxx.git
3 git add xx
4 git commit -m "xxx"
5 git pull https://git.xxx.com/xxx/xxx.git
6 git push cropdata master

 

git使用

标签:com   remote   master   一个   git init   ast   https   rop   span   

原文地址:https://www.cnblogs.com/zhengmeisong/p/9383367.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!