I have HEAD and my source / master is synchronized, but my master is behind two commits. A call to git branch -a shows that I am disconnected from 16e6202 (master). Can someone explain what this means?
* e3acad6 (HEAD, origin/master) 14-delete task feature added
* 26641b1 13-edit task feature added
* 16e6202 (master) 12-full tasks example from beginning
How can I reconnect HEAD with the master?
source
share