Skip to content

Instantly share code, notes, and snippets.

@yagihiro
Last active September 21, 2017 08:06
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 yagihiro/936218 to your computer and use it in GitHub Desktop.
Save yagihiro/936218 to your computer and use it in GitHub Desktop.
.gitconfig
[user]
name = Hiroki Yagita
email = yagihiro@gmail.com
[color]
ui = auto
[alias]
a = add
b = branch -a
bs = branch --sort=-authordate
co = checkout
dc = diff --cached
di = diff
fap = fetch --all --prune
logg = log --graph --pretty=medium --decorate --date=iso --abbrev-commit --branches --all
logn = log --name-only --date=iso
logl = log --pretty='format:%C(yellow)%h %C(green)%cd %C(reset)%s %C(red)%d %C(cyan)[%an]' --date=iso
r = reset
st = status
[core]
excludesfile = /Users/hiroki-yagita/.gitignore_global
[credential]
helper = osxkeychain
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment