Return to Snippet

Revision: 58133
at June 27, 2012 20:47 by satie83


Initial Code
git branch -av

Initial URL
http://stackoverflow.com/questions/171550/find-out-which-remote-branch-a-local-branch-is-tracking

Initial Description
This shows the local and remote branches along with the most recent commit for each branch.

Initial Title
GIT - Find out which is the remote branch, which is tracked by a local branch

Initial Tags
git

Initial Language
Bash