in Git by
Q:
What is the regular way for branching in GIT?

1 Answer

0 votes
by

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 Feb 7, 2021 in Git by SakshiSharma
0 votes
asked Oct 16, 2019 in Git by rajeshsharma
0 votes
asked Sep 4, 2020 in Git by Robindeniel
0 votes
asked Mar 26, 2021 in Git by rajeshsharma
...