git config

This commit is contained in:
Sridhar Ratnakumar 2024-02-15 07:44:35 -05:00
parent b145a2882a
commit fa81a0fafe

View file

@ -17,6 +17,13 @@
# p = "pull --rebase";
pu = "push";
};
iniContent = {
# Branch with most recent change comes first
branch.sort = "-committerdate";
# Remember and auto-resolve merge conflicts
# https://git-scm.com/book/en/v2/Git-Tools-Rerere
rerere.enabled = true;
};
ignores = [ "*~" "*.swp" ];
delta = {
enable = true;