Created
January 30, 2020 15:36
-
-
Save sprhawk/be98361ff8e3d0378a46ff66c1b1ffc4 to your computer and use it in GitHub Desktop.
my git config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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