Update git config
This commit is contained in:
@@ -9,9 +9,9 @@
|
||||
userEmail = "personal@noahknegt.com";
|
||||
|
||||
extraConfig = {
|
||||
push = {
|
||||
autoSetupRemote = true;
|
||||
};
|
||||
push = { autoSetupRemote = true; };
|
||||
pull = { rebase = true; };
|
||||
fetch = { prune = true; };
|
||||
};
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user