mac git config

This commit is contained in:
mjallen18
2024-03-13 15:56:08 -05:00
parent af421bf25d
commit e48efc6329

View File

@@ -29,6 +29,22 @@
htop.enable = true;
};
programs.git = {
enable = true;
userName = "mjallen18";
userEmail = "matt.l.jallen@gmail.com";
aliases = {
co = "checkout";
ci = "commit";
cia = "commit --amend";
s = "status";
st = "status";
b = "branch";
# p = "pull --rebase";
pu = "push";
};
};
# Manage bug in compilations - who uses manpages in 2024 anyways? :P
manual.manpages.enable = false;