From: Simon Ruderich Date: Sun, 25 Aug 2024 08:43:37 +0000 (+0200) Subject: vcs: gitconfig: set rebase.updateRefs X-Git-Url: https://ruderich.org/simon/gitweb/?a=commitdiff_plain;h=8dad1e8bc872d26ac062504355bfe55e16941e72;p=config%2Fdotfiles.git vcs: gitconfig: set rebase.updateRefs --- diff --git a/vcs/gitconfig.in b/vcs/gitconfig.in index 3547918..c4588e6 100644 --- a/vcs/gitconfig.in +++ b/vcs/gitconfig.in @@ -248,6 +248,9 @@ # 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