Level: `git branch -D`
Open
level - educational
- Dominant language
- Python
- Stars
- 558
- Forks
- 53
- PR merge metrics
- No merged PRs in 30d
Description
If it isn't pushed to a remote branch, you need -D
If it isn't pushed to a remote branch, but it is still merged, you still need -D
If it isn't tracking a remote branch and it isn't merged, you need -D
If it is pushed to remote, but isn't merged, you'll get a warning, but it'll still work
Contributor guide
Assessment
This issue has not been assessed yet.