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 |
Name some git commands and also explain their functions?
What are git repository hosting services you used?
How do you find a list of files that have changed in a particular commit?
Explain the gitflow workflow?
What work is restored when the deleted branch is recovered?
What language is used in GIT?
How is git instaweb used?
What is the function of ‘git reset’?
What is a repository in GIT?
Name a few git commands and explain their usage.
What is the purpose of branching in GIT?
What is the function of ‘GIT PUSH’ in GIT?