update git config
This commit is contained in:
@@ -11,6 +11,16 @@
|
|||||||
name = "Nathan";
|
name = "Nathan";
|
||||||
email = "nathanblunkall5@gmail.com";
|
email = "nathanblunkall5@gmail.com";
|
||||||
};
|
};
|
||||||
|
init = {
|
||||||
|
defaultBranch = "master";
|
||||||
|
};
|
||||||
|
url = {
|
||||||
|
"ssh://gitea@gitea.blunkall.us/" = {
|
||||||
|
insteadOf = [
|
||||||
|
"blunkall:"
|
||||||
|
];
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user