]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
vcs: gitconfig: set rebase.updateRefs
authorSimon Ruderich <simon@ruderich.org>
Sun, 25 Aug 2024 08:43:37 +0000 (10:43 +0200)
committerSimon Ruderich <simon@ruderich.org>
Sun, 25 Aug 2024 08:43:37 +0000 (10:43 +0200)
vcs/gitconfig.in

index 3547918c576ee4b20afcfeee718b403b6b654480..c4588e61e365e179e219f70cd7660c735d60bb76 100644 (file)
        # Use single-letter command names in git rebase -i which are faster to
        # change.
        abbreviateCommands = true
+       # Automatically also rebase other local branches which are based on
+       # the current one when rebasing.
+       updateRefs = true
 
 [safe]
        # Ignore embedded bare repositories to prevent executing arbitrary