mirror of
https://github.com/jbowdre/dotfiles.git
synced 2024-11-22 17:32:19 +00:00
discourage scraping
This commit is contained in:
parent
b2d4129850
commit
1a7a872c1c
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
||||||
graph = "log --decorate --oneline --graph";
|
graph = "log --decorate --oneline --graph";
|
||||||
fast-forward = "merge --ff-only";
|
fast-forward = "merge --ff-only";
|
||||||
};
|
};
|
||||||
userEmail = lib.mkDefault "john@bowdre.net";
|
userEmail = lib.concatStringsSep "" ["john@bo" "wdre.net"];
|
||||||
userName = lib.mkDefault "John Bowdre";
|
userName = lib.mkDefault "John Bowdre";
|
||||||
extraConfig = {
|
extraConfig = {
|
||||||
init.defaultBranch = "main";
|
init.defaultBranch = "main";
|
||||||
|
|
Loading…
Reference in a new issue