branches¶
refs/heads/*¶
- Push
- Forge Author Identity
- Forge Committer Identity
- cmd
git push gerrit +refs/remotes/origin/*:refs/heads/*
tags¶
refs/tags/*¶
- Push
- Forge Author Identity
- Forge Committer Identity
- cmd
git push gerrit +refs/tags/*:refs/tags/*
Update fork repo with original repo¶
git push THE_REMOTE +refs/remotes/vsi/*:refs/heads/* +refs/tags/*:refs/tags/*