in Git by
What is ‘head’ in git and how many heads can be created in a repository?

1 Answer

0 votes
by
The reference to a commit object is called as the ‘head’. Every repository has a ‘Master’ which is the default head. There can be multiple heads in a repository.
...