mirror of
https://github.com/RichieCahill/dotfiles.git
synced 2026-04-17 04:58:19 -04:00
added extraConfig to git settings
This commit is contained in:
@@ -3,5 +3,9 @@
|
|||||||
enable = true;
|
enable = true;
|
||||||
userEmail = "Richie@tmmworkshop.com";
|
userEmail = "Richie@tmmworkshop.com";
|
||||||
userName = "Richie Cahill";
|
userName = "Richie Cahill";
|
||||||
|
extraConfig = {
|
||||||
|
pull.rebase = true;
|
||||||
|
color.ui = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user