博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

git

Posted on 2019-06-20 15:48  lee_xiumei  阅读(107)  评论(0)    收藏  举报

git co -b <branch name> origin/<remote branch name>

git pull

git merge feature_xx --squash

git commit -m ''

git push