Skip to content

Instantly share code, notes, and snippets.

@gmcclins
Last active August 29, 2015 14:19
Show Gist options
  • Save gmcclins/ea3aca484bce2d844968 to your computer and use it in GitHub Desktop.
Save gmcclins/ea3aca484bce2d844968 to your computer and use it in GitHub Desktop.
alias file
# start a fresh docker container and delete changes on exit
alias docker-fresh='docker run --rm -i -t ubuntu:15.04 /bin/bash'
# Git commit log
alias git-get='git log --oneline --graph'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment