diff --git a/home/modules/git.nix b/home/modules/git.nix index 9476ac0..497927c 100644 --- a/home/modules/git.nix +++ b/home/modules/git.nix @@ -79,7 +79,7 @@ in }; rebase = { abbreviateCommands = true; - # Automatically force-update any branches that point to commits that are being rebased. + # Automatically force-update any branches that point to commits that are being rebased. updateRefs = true; }; rerere.enabled = true;