Shanmukha Ram Kumar
Shanmukha Ram Kumar

Reputation: 1

gerrit cherry pick link missing in gerrit web

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

Answers (1)

uwolfer
uwolfer

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

Related Questions