What is the function of ‘git config’?
What is the function of ‘git rm’?
What is the difference between rebasing and merge in git?
What is the use of ‘git log’?
What is a ‘conflict’ in git?
Name a few Git repository hosting services
What commands will you use to bring a new feature to the main branch?
What is the difference between the ‘git diff ’and ‘git status’?
What is git bisect? How can you use it to determine the source of a (regression) bug?
Explain the difference between reverting and resetting.
How is git instaweb used?
What is subgit and why is it used?
What is the command you can use to write a commit message?
How will you know in GIT if a branch has been already merged into master?
What is the syntax for “Rebasing” in Git?