From 18bad328d99ad38623ac3d58de8e364272189322 Mon Sep 17 00:00:00 2001 From: Jannik Zander Date: Fri, 20 May 2016 21:30:11 +0200 Subject: [PATCH] Git config simple push --- .gitconfig | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitconfig b/.gitconfig index 336ce90..4329c7e 100644 --- a/.gitconfig +++ b/.gitconfig @@ -16,6 +16,7 @@ ci = commit -v unci = reset --soft HEAD~ amend = commit --amend + diff = diff --word-diff dt = difftool mt = mergetool # dont pull without rebase, and dont push without pull (fetch & merge) @@ -76,14 +77,13 @@ [branch] autosetupmerge = always autosetuprebase = always -[branch "master"] - rebase = true [rebase] + autosquash = true autostash = true [pull] rebase = true [push] - default = tracking + default = simple [diff] tool = vimdiff [difftool] @@ -98,5 +98,6 @@ [core] excludesfile = ~/.gitignore_global editor = vim + autocrlf = false [include] path = ~/.gitconfig_local -- 2.43.0