Delete a local and remote GIT branch

By |2020-01-24T22:31:31+00:00January 23rd, 2020|GIT|

Delete a local branch Removes a branch that is already pushed and merged with remote: git branch -d <branch_name> Removes a branch regardless [...]