Hello,
Can someone tell me difference between HEAD / Working Tree / Index in Git?
From what I understand, they are all names for different branches. Is my assumption correct?
EDIT: I found this "A single git repository can track an arbitrary number of branches, but your working tree is associated with just one of them (the "current" or "checked out" branch), and HEAD points to that branch." Does this mean that HEAD and working tree are always the same?