mirror of
https://github.com/Nickiel12/nicks-nix-config.git
synced 2024-11-24 13:45:29 -08:00
Compare commits
No commits in common. "32dd9d3d259cc2894a61ba5d8f6ebb9c95833887" and "684ee556e0ddbb55dcb8e5b5f04451ec627ea4d0" have entirely different histories.
32dd9d3d25
...
684ee556e0
1 changed files with 2 additions and 7 deletions
|
@ -5,12 +5,7 @@
|
|||
enable = true;
|
||||
package = pkgs.gitAndTools.gitFull;
|
||||
userName = "Nickiel12";
|
||||
userEmail = "nickiel@nickiel.net";
|
||||
extraConfig = {
|
||||
pull.rebase = true;
|
||||
branch.sort = "-committerdate";
|
||||
column.ui = "auto";
|
||||
rerere.enabled = true;
|
||||
};
|
||||
userEmail = "nicholasyoungsumner@gmail.com";
|
||||
extraConfig.pull.rebase = true;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue