When you download a git commit to verify the code on Gerrit (2.8), I would like to be able to set the subject field (e.g. g-tune-pme-reform here https://gerrit.gromacs.org/#/c/3453/3 ) How can this be done from the command line? Can this be done in the original git push?
yes, this is possible with the push command:
git push origin HEAD:refs/for/master/<topic_name>
Source: https://habr.com/ru/post/969512/More articles:Rename the file command to unix with a timestamp - linuxMake TeamCity popping all branches of git - gitWhy do some Linux x86_64 system calls require stubs? - cLinux Rename file with time and date stamp only - terminalDirectory.GetCurrentDirectory () returns different results based on command line arguments - c #Numpy ndarray subclass not working properly - pythonif not exist command in batch file - cmdUnderstanding the GATT protocol in BLE - bluetooth-lowenergySocket.io emits from Express controllers - javascriptDoes Spring @transaction work on a specific abstract class method - springAll Articles