dwyl / dwyl/dev-setup

List of Useful Git Aliases

Open
#40 0 comments 3 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.