What is git fork?
Answer / Mohd. Farman
In Git, a fork is a copy of a repository from one user to another. It allows users to modify and improve the original codebase while working independently. A forked repository contains all the files, commit history, and branches from the original repository.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are git stash and git stash drop?
What is the difference between git and github?
What is “Staging Area” or “Index” in GIT?
What commands will you use to bring a new feature to the main branch?
How can conflict in git resolved?
Name a few Git repository hosting services
Mention the various git repository hosting functions.
How can you fix a broken commit?
What is ‘head’ in git and how many heads can be created in a repository?
What is git reflog?
What is the function of ‘GIT PUSH’ in GIT?
How do you configure a git repository to run code sanity checking tools right before making commits, and preventing them if the test fails?