Skip to content

Instantly share code, notes, and snippets.

@pkozelka
Created June 7, 2011 08:40
Show Gist options
  • Save pkozelka/1011910 to your computer and use it in GitHub Desktop.
Save pkozelka/1011910 to your computer and use it in GitHub Desktop.
My favorite GIT configuration

.git/config

git config --global user.name 'Petr Kozelka'
git config --global user.email 'petr.kozelka@hp.com'
git config --global color.ui auto
git config --global log.date iso8601

git config --global alias.st 'status --porcelain'

git config --global core.excludesfile ~/src/pkozelka-admin/gitexcludes

.git/info/exclude

*.iml
*.ipr
*.iws
target
.ant-targets-build.xml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment