]> git.phdru.name Git - dotfiles.git/commitdiff
Update .gitconfig master
authorOleg Broytman <phd@phdru.name>
Sat, 13 Sep 2025 10:19:55 +0000 (13:19 +0300)
committerOleg Broytman <phd@phdru.name>
Sat, 13 Sep 2025 10:19:55 +0000 (13:19 +0300)
.gitconfig

index e38baa0e704ab3c020dd017f1a57e768c5f791a4..f67c028bbffd0934771df85d0be828211b228bc6 100644 (file)
        rbia = !exec git rbi123 --autosquash ''
        rbiap = !exec git rbi123 --autosquash --preserve-merges
        rbip = !exec git rbi123 '' --preserve-merges
+       rbiar = !exec git rbi123 --autosquash --rebase-merges
+       rbir = !exec git rbi123 '' --rebase-merges
        remotes = remote --verbose
        #root = !exec pwd
        root = rev-parse --show-toplevel
        clean-pr = "!git checkout master ; git for-each-ref refs/heads/pr/* --format=\"%(refname)\" | while read ref ; do branch=${ref#refs/heads/} ; git branch -D $branch ; done"
 
 [branch]
-       autosetuprebase = always
+       autoSetupRebase = remote
 
 [color]
        ui = auto
 # 3 way diffs
 #      cmd = vim -d \"$MERGED\" \"$LOCAL\" \"$BASE\" \"$REMOTE\" -c \"wincmd J\"
 
+[pull]
+       rebase = true
+
 [push]
        default = simple
        followTags = true