Deleting a Branch (Local & Remote)

# Alias for git branch --delete
$ git branch -d <branch_name>
# Alias for git branch --delete --force
$ git branch -D <branch_name>

$ git push --delete <remote_name> <branch_name>

results matching ""

    No results matching ""