Git
普通网友
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
git 上传项目
Command line instructions Git global setup git config --global user.name "xx" git config --global user.email "xx@xxx.com" Create a new repository git clone git@git.xxx.com:xx/badLabelDe原创 2015-10-14 16:00:15 · 393 阅读 · 0 评论 -
Git碎片~~
1.删掉本地分支后,如果同步远端分支 git push origin :your-branch 2.原创 2015-12-15 17:04:59 · 517 阅读 · 0 评论
分享