Skip to content

Commit

Permalink
Enable git rerere (#282)
Browse files Browse the repository at this point in the history
  • Loading branch information
francishamel authored Mar 20, 2024
1 parent b0b2e51 commit f14c2e8
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 @@ -19,6 +19,7 @@
autoStash = true;
autosquash = true;
};
rerere.enabled = true;
};
};

Expand Down

0 comments on commit f14c2e8

Please sign in to comment.