Skip to content

Instantly share code, notes, and snippets.

@sprhawk
Created August 8, 2012 07:33
Show Gist options
  • Save sprhawk/3293174 to your computer and use it in GitHub Desktop.
Save sprhawk/3293174 to your computer and use it in GitHub Desktop.
my git config
[core]
excludesfile = .global_gitignore
[alias]
st = status
ci = commit
br = branch
co = checkout
df = diff
ll = log --name-status
[diff "localizablestrings"]
textconv = "iconv -f utf-16 -t utf-8"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment