git
Davionnini
这家伙很懒,什么也没留下
展开
-
git flow 实战
1.情形一刚来新公司,你开始有任务了1).fork 项目地址gitlab or github 进行fork操作然后git clone fork地址git clone upstream upstream_repository.git添加 公司代码库的upstreamgit remote add upstream upstream_repo...原创 2020-03-13 19:24:19 · 328 阅读 · 0 评论 -
git submit code guide
1.git init 2.git add * submit all code3.git commit -m 'your comment or tips';4.git remote rm origin5.git remote add origin "your github repository link .git"6.git push -u origin master原创 2018-07-09 21:03:54 · 886 阅读 · 0 评论