Q:

deletar branch

# local
git branch -d nome-da-branch

# remote
git push origin --delete nome-da-branch
5
// delete branch locally
git branch -D localBranchName

// delete branch remotely
git push origin --delete remoteBranchName
1
git push origin --delete nome-da-branch
0

New to Communities?

Join the community