Skip to content

Instantly share code, notes, and snippets.

@sprhawk
Created January 30, 2020 15:36
Show Gist options
  • Save sprhawk/be98361ff8e3d0378a46ff66c1b1ffc4 to your computer and use it in GitHub Desktop.
Save sprhawk/be98361ff8e3d0378a46ff66c1b1ffc4 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"
[color]
ui = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment