Development/gerrit/logerritworkflow
< Development | gerrit
TDF LibreOffice Document Liberation Project Community Blogs Weblate Nextcloud Redmine Ask LibreOffice Donate
submitting patches
- make changes
- git add foo && git commit -m "bar"
- ./logerrit submit #instead of push
- ./logerrit nextchange # if the next patch does not depend on the first one
- make changes
- git add foo && git commit -m "bar"
- ./logerrit submit
- ...
reviewing patches
- ./logerrit query
- ./logerrit checkout I339a01dbd4ea894be13293133b8dedbc55c2bbac
- ./logerrit review
- ./logerrit checkout I5705530ee4d5b93bc66ca23463098ac45f49323d
- ...