Created
May 16, 2020 05:33
-
-
Save dhargitai/39282d7a0c3ae44d13353cd1fa0abb1e to your computer and use it in GitHub Desktop.
This file contains hidden or 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 gitpurge='git branch --merged | egrep -v "(^\*|master|develop)" | xargs -n 1 git branch -d' | |
alias mirror='wget -p -k -e robots=off -H' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment