Skip to content

Instantly share code, notes, and snippets.

@ademar111190
Last active August 29, 2015 14:24
Show Gist options
  • Save ademar111190/6932369d12651db9e53e to your computer and use it in GitHub Desktop.
Save ademar111190/6932369d12651db9e53e to your computer and use it in GitHub Desktop.
Git config
[user]
email = [email protected]
name = Ademar Alves de Oliveira
[push]
default = simple
[alias]
a = add
b = branch
c = commit
d = diff
h = log --pretty=format:\"%h %ad | %s%d [%an]\" --graph --date=short
k = clone --recursive
l = shortlog -s
o = checkout
p = pull
s = status
x = push
[filter "media"]
required = true
clean = git media clean %f
smudge = git media smudge %f
[filter "hawser"]
clean = git hawser clean %f
smudge = git hawser smudge %f
required = true
[filter "lfs"]
clean = git lfs clean %f
smudge = git lfs smudge %f
required = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment