git config --global user.name 'Petr Kozelka'
git config --global user.email '[email protected]'
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
Created
June 7, 2011 08:40
-
-
Save pkozelka/1011910 to your computer and use it in GitHub Desktop.
My favorite GIT configuration
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment