Name some git commands and also explain their functions?
How to remove a file from git without removing it from your file system?
What is the difference between the ‘git diff ’and ‘git status’?
What commands will you use to bring a new feature to the main branch?
What is the syntax for “Rebasing” in Git?
What is git and why do we use it?
In git, how would you return a commit that has just been pushed and made open?
What is the difference between git pull and git fetch?
Why is it advisable to create an additional commit rather than amending an existing commit?
What is the difference between git and github?
What is the function of ‘git reset’?
What is git fork? What is the difference between fork, branch, and clone?
What is the command you can use to write a commit message?
Explain what is commit message?
What are the different ways you can refer to a commit?