Skip to content

Instantly share code, notes, and snippets.

@nenjiru
Created October 7, 2012 03:16
Show Gist options
  • Save nenjiru/3846979 to your computer and use it in GitHub Desktop.
Save nenjiru/3846979 to your computer and use it in GitHub Desktop.
gitconfig
[color]
ui = auto
[user]
name = minoru nakanou
email = [email protected]
[alias]
ci = commit
co = checkout
st = status
br = branch
lf = ls-files
lg = log --oneline
df = diff --name-status
[core]
excludesfile = /Users/nakano-minoru/.gitignore
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment