What is git Is-tree?



What is git Is-tree?..

Answer / Brijesh Kumar Sharma

`git is-tree` is a command that checks whether a given tree object contains any subtrees or not. It can be used in scripts to determine the structure of a Git repository without having to parse the entire tree object.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Git Interview Questions

In git, how would you return a commit that has just been pushed and made open?

1 Answers  


What is git bisect?

1 Answers  


What is git bisect and what is its purpose?

1 Answers  


Why git and not svn?

1 Answers  


What is a ‘conflict’ in git?

1 Answers  


Explain the gitflow workflow?

1 Answers  


Name a few git commands and explain their usage.

1 Answers  


How many heads can be created in a repository?

1 Answers  


What is the command you can use to write a commit message?

1 Answers  


What is the difference between GIT and SVN?

1 Answers  


Tell me the difference between head, working tree and index, in git.

1 Answers  


How will you know in GIT if a branch has been already merged into master?

1 Answers  


Categories