Created
April 5, 2012 15:08
-
-
Save mkonikowski/2311838 to your computer and use it in GitHub Desktop.
global .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] | |
name = Your Name | |
email = your@email | |
[push] | |
default = current | |
[color] | |
diff = auto | |
status = auto | |
branch = auto | |
interactive = auto | |
[merge] | |
tool = opendiff | |
summary = true | |
[core] | |
editor = subl | |
[alias] | |
co = checkout | |
br = branch | |
ci = commit | |
st = status |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
widze, ze papugujesz uzywanie gista!