List of Useful Git Aliases
Open
enhancement
help wanted
- Dominant language
- No language data
- Stars
- 84
- Forks
- 22
- PR merge metrics
- No merged PRs in 30d
Description
```
# delete all local git branches except master:
alias gbd="git branch | grep -v "master" | xargs git branch -D"
```
via: https://coderwall.com/p/x3jmig/remove-all-your-local-git-branches-but-keep-master
What aliases do you use most often? (_please share_!)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.