Re: [RFC/PATCH] show tracking branches with their associated branch names
From: Vincent van Ravesteijn <hidden> Date: 2016-06-15 22:52:36
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