当我使用gerrit 2.7时,gerrit UI中的每个补丁都会有一个cherry-pick url。 等,
git fetch http://gerrit.mycompany.com/myproject refs / changes / 92/8392/2 &安培;&安培; git cherry-pick FETCH_HEAD
当我转到gerrit 2.11时,我没有从gerrit UI中找到樱桃挑选网址。
我找到了一种方法,在开发人员框中安装gerrit-cherry-pick客户端,然后
gerrit-cherry-pick remote changeid
但是这种方法不适用于Windows客户端,并且很难在每个客户端安装gerrit-cherry-pick。
任何人都可以提出更好的方法吗?
答案 0 :(得分:1)
从Gerrit<升级时升级2.8,您需要安装download-commands
- 插件。
$ java -jar gerrit.war init -d {gerrit-instance} --install-plugin=download-commands
另请参阅:https://gerrit-documentation.storage.googleapis.com/ReleaseNotes/ReleaseNotes-2.8.html