Created
August 6, 2018 16:46
-
-
Save vhoyer/057a80ab5e9087b53411c283c27a4ded to your computer and use it in GitHub Desktop.
configurações sussa :D
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] | |
name = Vinícius Hoyer | |
email = [email protected] | |
[core] | |
autocrlf = input | |
safecrlf = false | |
[alias] | |
pow = push origin HEAD | |
pom = pull origin master | |
pod = pull origin development | |
co = commit | |
stu = status -uno | |
st = status | |
ch = checkout | |
lop = log --pretty=format:'%s%x3B' --since='8 hours ago' | |
fix = "!vim `git diff --name-only --diff-filter=U`" | |
add-unmerged = "!git add `git diff --name-only --diff-filter=U`" | |
diffw = diff --color-words='[^[:space:]]|([[:alnum:]]|UTF_8_GUARD)+' | |
adog = log --all --decorate --oneline --graph | |
[credential] | |
helper = store | |
[merge "ours"] | |
driver = true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment