Skip to content

Instantly share code, notes, and snippets.

@dhargitai
Created May 16, 2020 05:33
Show Gist options
  • Save dhargitai/39282d7a0c3ae44d13353cd1fa0abb1e to your computer and use it in GitHub Desktop.
Save dhargitai/39282d7a0c3ae44d13353cd1fa0abb1e to your computer and use it in GitHub Desktop.
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