Skip to content

Instantly share code, notes, and snippets.

@vhoyer
Created August 6, 2018 16:46
Show Gist options
  • Save vhoyer/057a80ab5e9087b53411c283c27a4ded to your computer and use it in GitHub Desktop.
Save vhoyer/057a80ab5e9087b53411c283c27a4ded to your computer and use it in GitHub Desktop.
configurações sussa :D
[user]
name = Vinícius Hoyer
email = estagio02@atsd.com.br
[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