Reputation: 1
I installed gerrit version 2.11.3, in that i am not able to find cherry-pick link in gerrit change. Can be seen in attached screen shot. How to enable the cherry-pick option in gerrit?
Upvotes: 0
Views: 590
Reputation: 4516
You need to install the 'download-commands' plugin. You (or your sysadmin) can do that with the following command:
$ java -jar gerrit.war init -d {gerrit-instance} --install-plugin=download-commands
Upvotes: 2