/ Published in: Bash
URL: http://stackoverflow.com/questions/171550/find-out-which-remote-branch-a-local-branch-is-tracking
This shows the local and remote branches along with the most recent commit for each branch.
Expand |
Embed | Plain Text
git branch -av
You need to login to post a comment.
