Skip to content

Instantly share code, notes, and snippets.

@danielalvarenga
Forked from tdtadeu/gitconfig
Last active December 16, 2015 01:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save danielalvarenga/62251a2810b52a36e2ed to your computer and use it in GitHub Desktop.
Save danielalvarenga/62251a2810b52a36e2ed to your computer and use it in GitHub Desktop.
[user]
name = Daniel Alvarenga
email = danielalvarengalima@gmail.com
[core]
editor = vim -f
[alias]
df = diff
st = status
ci = commit
co = checkout
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
[color]
branch = auto
diff = auto
grep = auto
interactive = auto
status = auto
ui = 1
[branch]
autosetuprebase = always
[github]
user = danielalvarenga
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment