Created
January 23, 2023 17:34
-
-
Save krystofwoldrich/191db0c27d63df5460fa30d302835db4 to your computer and use it in GitHub Desktop.
Handy git aliases
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
alias git_delete_no_upstream="git branch --format "%(refname:short) %(upstream)" | awk '{if (!$2) print $1;}' | xargs git branch -D" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment