Through Gerrit Web UI I created a branch from one of old commits in the commit chain
A previous version of code repository exists locally.
I make a git pull
command to update my local repo.
I try to run git branch -a
and this newly created branch does not show up.
However, if I clone this repo elsewhere all branches show up as desired.
Can anyone please throw some light on this?
Update:
I tried running git ls-remote
as described in this question. This displays the newly created head. However, git branch -a
does not show updated status of the repository.