-
-
Save juemura/6b6f67eb1e81fb9de300a419a84bf48d to your computer and use it in GitHub Desktop.
This file contains hidden or 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 = Juliana de Heer | |
email = [email protected] | |
[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