Skip to content

Instantly share code, notes, and snippets.

@mkonikowski
Created April 5, 2012 15:08
Show Gist options
  • Save mkonikowski/2311838 to your computer and use it in GitHub Desktop.
Save mkonikowski/2311838 to your computer and use it in GitHub Desktop.
global .gitconfig
[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
@jeziorsa
Copy link

jeziorsa commented Apr 5, 2012

widze, ze papugujesz uzywanie gista!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment