Skip to content

Instantly share code, notes, and snippets.

@Austio
Last active May 24, 2017 21:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Austio/e816b06b9d81880eca9efb55dda7703c to your computer and use it in GitHub Desktop.
Save Austio/e816b06b9d81880eca9efb55dda7703c to your computer and use it in GitHub Desktop.
alias gitclean="git branch | grep -v master | xargs git branch -d"
alias dockerclean="docker rm $(docker ps -a -q) && docker rmi $(docker images -q)"
alias gca="git commit --amend --no-edit"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment