Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save haoyunfeix/2ee6ba2f5840ba46f7a126854243a8ea to your computer and use it in GitHub Desktop.
Save haoyunfeix/2ee6ba2f5840ba46f7a126854243a8ea to your computer and use it in GitHub Desktop.
git/gerrit usage
First submit(set 1): git push origin HEAD:refs/for/master
update(set 2): git commit --amend; git push origin HEAD:refs/for/master
-- This must need Change-Id in your commit message
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment