Op 10-12-2011 8:40, Santhosh Kumar Mani schreef:
The "git branch" command, by default, displays the local branches. There is no visual distinction made between the tracking branches and normal local branches. This patch enables the "git branch" to display tracking info for tracking branches: Before this patch: $ git branch * master local After this patch: $ git branch * master [origin/master] local
Did you try "git branch -vv" ? Vincent -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html