What is the purpose of branching and how many branching strategies can you apply?
Answer / Mohammad Naseem
Branching in Git allows developers to work on different features or bug fixes independently without affecting the main codebase. This enables parallel development, reducing potential conflicts and increasing productivity.nnThere are several branching strategies, including: nn1. Git Flown2. Feature Branchingn3. GitHub Flown4. Trunk-Based Development
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the difference between git and github?
What does commit object contain?
What is GIT version control?
What does ‘hooks’ consist of in git?
What are git stash and git stash drop?
What is the function of ‘git config’?
What is GIT stash?
What is subgit?
In git, how would you return a commit that has just been pushed and made open?
What is GIT stash drop?
What is a ‘conflict’ in git?
How can you use git bisect to determine the source of a (regression) bug?