0 votes
in Git by (23.1k points)
What is the regular way for branching in GIT?

1 Answer

0 votes
by (23.1k points)

The best way to create a branch in GIT is to have one ‘main’ branch and then create another branch for implementing the changes that you want to make. This is extremely useful when there are a large number of developers working on a single project.

Related questions

+1 vote
asked Mar 26, 2021 in Git by rajeshsharma (23.1k points)
0 votes
0 votes
...