Last active
December 4, 2015 08:59
-
-
Save mknxdev/0af150be0b64f54ce4a4 to your computer and use it in GitHub Desktop.
GitConfig
This file contains hidden or 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
[user] | |
email = [email protected] | |
name = pguzda | |
[alias] | |
st = status | |
ci = commit | |
cia = commit --amend | |
co = checkout | |
br = branch | |
chuck-norris = push -f | |
pop = stash pop | |
[color] | |
ui = true | |
[core] | |
autocrlf = input | |
editor = sub -n -w | |
[push] | |
default = simple |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment