Skip to content

Instantly share code, notes, and snippets.

@juemura
Created June 22, 2016 05:35
Show Gist options
  • Save juemura/6b6f67eb1e81fb9de300a419a84bf48d to your computer and use it in GitHub Desktop.
Save juemura/6b6f67eb1e81fb9de300a419a84bf48d to your computer and use it in GitHub Desktop.
[user]
name = Juliana de Heer
email = ju.uemura@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 = juemura
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment