Skip to content

Instantly share code, notes, and snippets.

@mleko
Last active March 18, 2017 12:18
Show Gist options
  • Save mleko/9b039ecd78a1c299db8809a1d65aa55a to your computer and use it in GitHub Desktop.
Save mleko/9b039ecd78a1c299db8809a1d65aa55a to your computer and use it in GitHub Desktop.
Git config
[core]
excludesfile = ~/.gitignore
pager = less -x4
[user]
name = Daniel Król
email = daniel@krol.me
[push]
default = simple
[merge]
ff = true
[color]
branch = true
diff = true
ui = true
[alias]
wdiff = diff --word-diff=color
tree = log --graph --all --pretty=oneline --decorate --abbrev-commit --shortstat
.DS_Store
/vendor/
.idea/
*.iml
/nbproject/
.vagrant/
.local/
._local/
composer.phar
npm-debug.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment