Skip to content

Instantly share code, notes, and snippets.

@mrorii
Created March 30, 2012 20:21
Show Gist options
  • Select an option

  • Save mrorii/2254707 to your computer and use it in GitHub Desktop.

Select an option

Save mrorii/2254707 to your computer and use it in GitHub Desktop.
[user]
name = orii
email = [email protected]
[alias]
co = checkout
ci = commit
psuh = push
puhs = push
st = status
di = diff -w
br = branch
[color]
ui = auto
# ui = true
# diff = auto
# branch = auto
# status = auto
# interactive = auto
[color "branch"]
current = red
local = yellow
remote = green
[color "status"]
added = yellow
changed = green
untracked = cyan
[i18n]
commitencoding = utf-8
[core]
excludesfile = /home/orii/.gitignore
pager = less
[branch "master"]
rebase = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment