X-Git-Url: https://code.kerkeslager.com/?a=blobdiff_plain;f=.gitconfig;h=0bbb85cac1856d9b437a118308c08a9851f2699a;hb=36dddc0eb9737760334cebf205ec5c3c3ae82b06;hp=bbcd78e9f3171c9d9f66ed68ecf8f4d729dfcfe8;hpb=b318ecfd43c6c8328bf8e73969073e0aa1c3320b;p=dotfiles diff --git a/.gitconfig b/.gitconfig index bbcd78e..0bbb85c 100644 --- a/.gitconfig +++ b/.gitconfig @@ -4,6 +4,7 @@ [core] editor = vim + excludesfile = ~/.gitignore [color] diff = auto @@ -23,4 +24,7 @@ whitespace = fix [alias] - pom = push origin master + log = log --oneline --graph + +[push] + default = simple