Skip to content

Instantly share code, notes, and snippets.

@gogolok
Created June 27, 2013 16:06
Show Gist options
  • Save gogolok/5877764 to your computer and use it in GitHub Desktop.
Save gogolok/5877764 to your computer and use it in GitHub Desktop.
Global .gitconfig
[user]
name = My Name
email = my@email.de
[color]
ui = auto
interactive = auto
[log]
decorate = short
[alias]
st = status
ci = commit
co = checkout
br = branch
[branch]
autosetupmerge = true
[core]
excludesfile = ~/.gitignore
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment