2018-07-20 22:12:59 +02:00
|
|
|
[user]
|
|
|
|
email = info@rickvanlieshout.com
|
|
|
|
name = Mastermindzh
|
|
|
|
[alias]
|
|
|
|
tree = log --graph --decorate --pretty=format:'%ar [%h] %an <%ae> - %s'
|
2018-08-02 09:59:56 +02:00
|
|
|
graph = log --graph --pretty=format:'%C(bold)%h%Creset%C(magenta)%d%Creset %s %C(yellow)<%an> %C(cyan)(%cr)%Creset' --abbrev-commit --date=relative
|
|
|
|
stats = !git graph --stat
|
|
|
|
pushall = !git remote | xargs -L1 git push --all
|
|
|
|
diffname = !git diff --name-only
|
2018-08-29 09:10:08 +02:00
|
|
|
undocommit = reset --soft HEAD~1
|
2018-10-22 10:49:21 +02:00
|
|
|
[core]
|
|
|
|
autocrlf = input
|
2019-07-18 08:37:55 +02:00
|
|
|
editor = nano
|