What is the purpose of branching in GIT?
Answer / Upendra Singh Yadav
Branching in Git allows developers to work on separate features, fixes, or experiments without affecting the main codebase (usually the 'master' or 'main' branch). By isolating changes on a new branch, teams can collaborate more effectively, reduce conflicts, and maintain a stable production environment.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is subgit and why is it used?
What is the difference between git and github?
What is the function of ‘git diff ’ in git?
How is git instaweb used?
What is the function of ‘GIT PUSH’ in GIT?
In git how do you revert a commit that has already been pushed and made public?
What is a git commit and what does the commit object contain?
Can you explain the gitflow workflow?
What is the difference between the ‘git diff ’and ‘git status’?
What is “Staging Area” or “Index” in GIT?
Explain git stash, pop?
What language is used in GIT?