Skip to content

Instantly share code, notes, and snippets.

@maumercado
Last active January 20, 2019 20:27
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 maumercado/b86a6afe84fb11a589ede4f4d110123d to your computer and use it in GitHub Desktop.
Save maumercado/b86a6afe84fb11a589ede4f4d110123d to your computer and use it in GitHub Desktop.
[alias]
st = status
ci = commit
br = branch
co = checkout
df = diff
lg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr)%C(bold blue)<%an>%Creset' --abbrev-commit
who = shortlog -s --
[push]
default = current
[merge]
[diff]
#https://borgs.cybrilla.com/tils/opendiff-as-difftool/
[filter "media"]
clean = git-media-clean %f
smudge = git-media-smudge %f
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment