Skip to content

Instantly share code, notes, and snippets.

@pvdvreede
Last active March 1, 2016 09:43
Show Gist options
  • Save pvdvreede/5179612eef69892d1cea to your computer and use it in GitHub Desktop.
Save pvdvreede/5179612eef69892d1cea to your computer and use it in GitHub Desktop.
fish aliases
# git
alias 'gst' 'git status'
alias 'gco' 'git checkout'
alias 'gd' 'git diff'
alias 'gdc' 'git diff --cached'
alias 'glol' "git log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit"
# docker
alias 'fig' 'docker-compose'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment