Gerrit/Getting started

From MediaWiki.org
< Gerrit(Redirected from Git/TLDR)
Jump to: navigation, search


Note: if you do "git commit --all --amend -m 'my new commit message'" then git will SILENTLY create a new Change-Id and thus a new entry in the branch in gerrit instead of a new patchset, which is probably not what you wanted to do. Use a local editor for commit messages for patchsets and not the "-m" option.