When I clone a project I normally get duplicated remote branches, one branch is remotes/origin/xxx and the other is remotes/gerrit/xxx . What is the difference? When I do git review, which one I am using to push my commit?
For example:
master
* testing
remotes/gerrit/master
remotes/origin/HEAD -> origin/master
remotes/origin/master