+1 vote
in Git by

What is the command to delete a branch in GIT?

git branch -x branch_name

git branch -D branch_name

git branch -r branch_name

git branch -t branch_name

1 Answer

0 votes
by
git branch -d branchname

Related questions

+1 vote
asked Jul 25, 2019 in Git by Robindeniel
+1 vote
asked Jul 25, 2019 in Git by SakshiSharma
...