0 votes
in Git Slack Integration by
recategorized by
What are the different kinds of branches that can be created in GIT?

1 Answer

0 votes
by

We can make various types of branches for the following purposes in GIT: 

Feature branches: These are utilized for building up a component.

Release branches: These are utilized for discharging code to create. 

Hotfix branches: These are utilized for discharging a hotfix to generation for an imperfection or crisis settle.

Related questions

0 votes
asked Mar 8, 2020 in Git Slack Integration by Hodge
0 votes
asked Mar 17, 2021 in GitHub by rajeshsharma
...