0 votes
in Git by (23.1k points)
What is ‘head’ in git and how many heads can be created in a repository?

1 Answer

0 votes
by (23.1k points)
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.

Related questions

0 votes
0 votes
...