What is the function of ‘git rm’?
Answer / Anand Prakash Gupta
'Git rm' removes files from a Git repository or stage them for removal.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is ‘git add’ is used for?
What is a repository and how will you create it?
What is subgit?
What is git bisect? How can you use it to determine the source of a (regression) bug?
What commands will you use to bring a new feature to the main branch?
What work is restored when the deleted branch is recovered?
What is the difference between fork, branch, and clone?
What is the difference between git pull and git fetch?
How git instaweb is used?
What is a commit message?
What is difference between fork and branch? How to create tag?
Mention the various git repository hosting functions.