|
Which command lists both local and tracking remote branches? |
Answered by
dwaddle
Sep 13, 2026
Replies: 1 comment
|
Use git branch -a or git branch -r to list remote tracking branches. |
0 replies
Answer selected by
dwaddle
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Use git branch -a or git branch -r to list remote tracking branches.