git branch --merged is showing remote -


when run git branch --merged shows:

* master remote/master 

should showing remote/master in list?

if down settings, how change things stop showing in list?

as mentioned in comments, remote/master name of local branch, since you can use slash in name of branch.

it possible have hierarchical branch names (branch names slash). example in repository have such branch(es). 1 caveat can't have both branch 'foo' , branch 'foo/bar' in repository.

the remote tracking branches in own namespace:

 remotes/<remotename>/abranch 

so possible have local branch named remote/master, has been merged master.


Comments

Popular posts from this blog

Magento/PHP - Get phones on all members in a customer group -

php - .htaccess mod_rewrite for dynamic url which has domain names -

Website Login Issue developed in magento -