Skip to content

Instantly share code, notes, and snippets.

@cassilup
Last active February 17, 2021 09:20
Show Gist options
  • Save cassilup/552bd0d8dff1083a484bd74b20dce3a4 to your computer and use it in GitHub Desktop.
Save cassilup/552bd0d8dff1083a484bd74b20dce3a4 to your computer and use it in GitHub Desktop.
Bash aliases
credential.helper=osxkeychain
alias.d=diff --color
alias.st=status
alias.b=branch -a
alias.lg=log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit
alias.dsf=!f() { [ -z "$GIT_PREFIX" ] || cd "$GIT_PREFIX" && git diff --color "$@" | diff-so-fancy | less --tabs=4 -RFX; }; f
user.email=cassi.lup@gmail.com
user.name=Cassian Lup
core.editor=vim
push.default=matching
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment