in Git Slack Integration by
recategorized by
Q:
How will you create a new branch in GIT?

1 Answer

0 votes
by

We use the following the command to create a new branch in GIT: $/ > git checkout –b < branch name >

Related questions

+1 vote
asked Jul 25, 2019 in Git by SakshiSharma
0 votes
asked Apr 18, 2020 in Git Slack Integration by SakshiSharma
0 votes
asked Dec 19, 2020 in SVN by SakshiSharma
0 votes
asked Oct 26, 2020 in Git by AdilsonLima
...