-
-
Save tdtadeu/fc136c0e19bf9eabc00b to your computer and use it in GitHub Desktop.
This file contains 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 = Thiago Dias | |
email = tdtadeu@gmail.com | |
[core] | |
editor = vim -f | |
[alias] | |
df = diff | |
st = status | |
ci = commit | |
cim = commit -m | |
cia = commit --amend | |
co = checkout | |
com = checkout master | |
cob = checkout -b | |
br = branch | |
lg = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr)%Creset' --abbrev-commit --date=relative | |
ctags = !.git/hooks/ctags | |
pu = push -u origin HEAD | |
puf = push -u origin HEAD -f | |
aa = add -A | |
[color] | |
branch = auto | |
diff = auto | |
grep = auto | |
interactive = auto | |
status = auto | |
ui = 1 | |
[branch] | |
autosetuprebase = always | |
[github] | |
user = tdtadeu | |
[credential] | |
helper = osxkeychain |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment