Shell/Bash: deletar branch Example
Shell/Bash Example: This is the "deletar branch" Example. compiled from many sources on the internet by SimpleTutorials.org
deletar branch
# local git branch -d nome-da-branch # remote git push origin --delete nome-da-branch
como deletar branch remota
git push origin --delete nome-da-branch
* Summary: This "deletar branch" Shell/Bash Example is compiled from the internet. If you have any questions, please leave a comment. Thank you!