Skip to content

Commit

Permalink
Always update refs when rebasing
Browse files Browse the repository at this point in the history
  • Loading branch information
francishamel committed Dec 14, 2024
1 parent 651bef9 commit a151939
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions home-manager/modules/git.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
rebase = {
autoStash = true;
autosquash = true;
updateRefs = true;
};
rerere.enabled = true;
};
Expand Down

0 comments on commit a151939

Please sign in to comment.