Last active
August 29, 2015 14:24
-
-
Save ademar111190/6932369d12651db9e53e to your computer and use it in GitHub Desktop.
Git config
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
[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