Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Unconditionally remove the temp branch
With `advice.forceDeleteBranch` set to true (default) the branch will not be removed using `git branch --delete`, it will be removed using `git branch -D` though.
- Loading branch information