Skip to content

Instantly share code, notes, and snippets.

@tdtadeu
Last active October 28, 2019 17:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save tdtadeu/fc136c0e19bf9eabc00b to your computer and use it in GitHub Desktop.
Save tdtadeu/fc136c0e19bf9eabc00b to your computer and use it in GitHub Desktop.
[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