git 的用法。。。。
git remote -v 可以查看之前clone的时候的url
clone的具体步骤:git clone git.asdfsaf.asgg.git 第一步。
git branch 查看分支。。
git remote show origin 看远程的分支。。
git flow init 进入clone下来的文件夹后 第二步。
git pull -u origin develop 不其他的代码下载到develop分支。。。如果没有这步,有的文件可能clone不下来。第三步。。。
提交的时候:
git add . git commit -a -m "写备注。" git push
以后有重要的代码,再继续更新。
创建分支
git flow feature start sinaweibo-update
///完成一个功能了,记着把他关了。
git flow feature finish list-show
相关推荐
formula 2020-11-12
huhongfei 2020-11-05
乾坤一碼農 2020-10-27
liumengyanysu 2020-10-22
E哥的aws认证攻略 2020-10-15
guying 2020-10-05
好脑筋不如烂笔头 2020-09-17
baolen 2020-08-15
Equation 2020-08-09
Balmunc 2020-08-02
fenggou 2020-07-18
zhangxing 2020-07-05
loganwz 2020-07-05
tianyafengxin 2020-10-08
nebulali 2020-09-11