summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBotond Hende <nettingman@gmail.com>2024-05-11 11:35:56 +0200
committerBotond Hende <nettingman@gmail.com>2024-05-11 11:42:22 +0200
commit49da056729f20fe95d4ef4d829a0b3218ad09eb5 (patch)
tree372e4b4e8d37b816a7bd27da5e5f153bc152d9f1
parentc6c0eb1a42724b68344ab7064a5b689cdd8bf27e (diff)
added rebase true, autosquash and updateRefs to git config
-rw-r--r--home/.gitconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/home/.gitconfig b/home/.gitconfig
index 21b66c7..89e4304 100644
--- a/home/.gitconfig
+++ b/home/.gitconfig
@@ -18,3 +18,8 @@
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
+[rebase]
+ updateRefs = true
+ autosquash = true
+[pull]
+ rebase = true