Top Answers To Git Interview Questions
Top Answers To Git Interview Questions
When it comes to handling large files, Git is not preferred but SVN can handle
multiple projects in the same repository
Git does not have �commits� across multiple branches but SVN lets you create the
folders on any location in the repository layout
You cannot commit changes in Git but SVN lets you create a tag as a branch and you
can create multiple revisions under a root tag
2. What are the advantages of using GIT?
Here are some of the most important advantages of Git:
Git branch � no-merged �shows all the branches that are not merged
13. What is �head� in git and how many heads can be created in a repository?
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.