Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

List of Useful Git Aliases #40

Open
nelsonic opened this issue Oct 18, 2020 · 0 comments
Open

List of Useful Git Aliases #40

nelsonic opened this issue Oct 18, 2020 · 0 comments
Labels
enhancement New feature or enhancement of existing functionality help wanted If you can help make progress with this issue, please comment!

Comments

@nelsonic
Copy link
Member

# 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!)

@nelsonic nelsonic added enhancement New feature or enhancement of existing functionality help wanted If you can help make progress with this issue, please comment! labels Oct 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or enhancement of existing functionality help wanted If you can help make progress with this issue, please comment!
Projects
None yet
Development

No branches or pull requests

1 participant