commit e8ba2f1a1a4a43f3acf4db46e4499e9d5b085055 parent 0f94db948d4284bcb6e38f1669588a12c2ee77c1 Author: finwo <finwo@pm.me> Date: Tue, 30 Jun 2020 11:53:39 +0200 Added rebase=false git default Diffstat:
| M | git/home/.gitconfig | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/git/home/.gitconfig b/git/home/.gitconfig @@ -5,3 +5,5 @@ followTags = true [credential] helper = store +[pull] + rebase = false