Difference between revisions of "Git/HEAD"

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
< Git
Jump to navigation Jump to search
(brief explanation as I currently understand it)
 
(No difference)

Latest revision as of 18:40, 13 March 2015

About

HEAD is a pointer to the branch that is currently affected by commit operations. It can be modified to point to a different branch by the checkout command.