diff --git a/gitconfig b/gitconfig index 163ffa6..89e4b4f 100644 --- a/gitconfig +++ b/gitconfig @@ -4,3 +4,6 @@ [alias] hist = log --pretty=format:\"%h %ad | %s%d [%an]\" --graph --date=short + +[push] + default = simple