How to remove a file from git without removing it from your file system?
What is the use of ‘git log’?
What is a git commit and what does the commit object contain?
To delete a branch what is the command that is used?
What does commit object contain?
How to rebase master in git?
How can you use git bisect to determine the source of a (regression) bug?
What does ‘hooks’ comprise of in git?
What is git bisect? How can you use it to determine the source of a (regression) bug?
What is difference between fork and branch? How to create tag?
What is the purpose of branching and how many branching strategies can you apply?
What is the difference between rebasing and merge in git?
What is rebasing syntax in git?
What is the difference between git vs svn
What is git bisect and what is its purpose?