git - upstream/HEAD listed in remote branches -


i've noticed weird in list of remote git branches. seem 1 of coworkers notices following line when run git branch -r:

upstream/head -> upstream/7.3.0 

no matter seem can't go away, , i'm running issues make me think may root cause. know means, implications of it, , how rid of it?

git creates indirect (symbolic) reference on initial git clone in appears misguided attempt useful and/or informative. subsequent git fetch operations may or may not re-create or update (in testing found git fetch not touch it, in past have seen re-created).

you can delete manually git branch -r -d upstream/head.

it should harmless, if incorrect.


Comments

Popular posts from this blog

sequelize.js - Sequelize group by with association includes id -

android - Robolectric "INTERNET permission is required" -

java - Android raising EPERM (Operation not permitted) when attempting to send UDP packet after network connection -