首页 > 代码库 > git cherry-pick
git cherry-pick
? smartcmp-unipay git:(unipay_release) git status On branch unipay_release Your branch is up-to-date with ‘origin/unipay_release‘. nothing to commit, working directory clean ? smartcmp-unipay git:(unipay_release) git checkout unipay_demo Switched to branch ‘unipay_demo‘ Your branch is behind ‘origin/unipay_demo‘ by 17 commits, and can be fast-forwarded. (use "git pull" to update your local branch) ? smartcmp-unipay git:(unipay_demo) git pull --rebase remote: Counting objects: 15, done. remote: Compressing objects: 100% (12/12), done. remote: Total 15 (delta 1), reused 0 (delta 0) Unpacking objects: 100% (15/15), done. From http://git.hotinno.com:1688/cloudchef/smartcmp 881516b..1178af2 physical_x86 -> origin/physical_x86 First, rewinding head to replay your work on top of it... Fast-forwarded unipay_demo to 23ba466c8ed60a7d2f41452765b829353b0bb888. ? smartcmp-unipay git:(unipay_demo) git status On branch unipay_demo Your branch is up-to-date with ‘origin/unipay_demo‘. nothing to commit, working directory clean ? smartcmp-unipay git:(unipay_demo) git cherry-pick 15f017961abc07a58db25e536b658e5a23b716ba [unipay_demo 93c52db] task: 项目管理UI 的权限控制 Date: Sat May 6 14:13:31 2017 +0800 3 files changed, 17 insertions(+), 5 deletions(-) ? smartcmp-unipay git:(unipay_demo) git status On branch unipay_demo Your branch is ahead of ‘origin/unipay_demo‘ by 1 commit. (use "git push" to publish your local commits) nothing to commit, working directory clean ? smartcmp-unipay git:(unipay_demo) git push Counting objects: 16, done. Delta compression using up to 4 threads. Compressing objects: 100% (16/16), done. Writing objects: 100% (16/16), 1.45 KiB | 0 bytes/s, done. Total 16 (delta 11), reused 0 (delta 0) remote: remote: To create a merge request for unipay_demo, visit: remote: http://git.hotinno.com:1688/cloudchef/smartcmp/merge_requests/new?merge_request%5Bsource_branch%5D=unipay_demo remote: To http://xiaoqianlv:lxx19900701@git.hotinno.com:1688/cloudchef/smartcmp.git 23ba466..93c52db unipay_demo -> unipay_demo ? smartcmp-unipay git:(unipay_demo) git status On branch unipay_demo Your branch is up-to-date with ‘origin/unipay_demo‘. nothing to commit, working directory clean
git cherry-pick
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。