Last active
March 1, 2016 09:43
-
-
Save pvdvreede/5179612eef69892d1cea to your computer and use it in GitHub Desktop.
fish aliases
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
# 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