How to create a new Patchset in Gerrit?

后端 未结 3 1121
不思量自难忘°
不思量自难忘° 2021-02-01 08:21

I am new to Gerrit and want to create a new Patch when new changes are submitted. I setup Gerrit with this guide https://review.typo3.org/Documentation/install-quick.html

<
3条回答
  •  误落风尘
    2021-02-01 09:09

    Don't add the Change-Id on your own. Install the commit-msg hook as described here. This will automatically create the Change-Id for you.

    If you want to improve a patch by uploading a new patch-set, use git-commit --amend and keep the Change-Id line as it is.

    You can see a description of the workflow here: http://wiki.typo3.org/Contribution_Walkthrough_with_CommandLine

提交回复
热议问题