Update git config with default branch main
This commit is contained in:
@@ -138,8 +138,15 @@
|
||||
# basic configuration of git, please change to your own
|
||||
programs.git = {
|
||||
enable = true;
|
||||
userName = "Alexander Wainwright";
|
||||
userEmail = "code@figtree.dev";
|
||||
settings = {
|
||||
user = {
|
||||
name = "Alexander Wainwright";
|
||||
email = "code@figtree.dev";
|
||||
};
|
||||
init = {
|
||||
defaultBranch = "main";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
# starship - an customizable prompt for any shell
|
||||
|
||||
Reference in New Issue
Block a user