Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
What is ‘head’ in git and how many heads can be created in a repository?
Home
Git
What is ‘head’ in git and how many heads can be created in a repository?
asked
Mar 26, 2021
in
Git
by
rajeshsharma
What is ‘head’ in git and how many heads can be created in a repository?
git
git-repo
heads
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Mar 26, 2021
by
rajeshsharma
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.
...