git pushf

This commit is contained in:
2025-05-12 11:35:07 +00:00
parent a8a0344346
commit 3221b1e4bf

View File

@@ -131,7 +131,10 @@ in
enable = true; enable = true;
userEmail = email; userEmail = email;
userName = "Motiejus Jakštys"; userName = "Motiejus Jakštys";
aliases.yolo = "commit --amend --no-edit -a"; aliases = {
yolo = "commit --amend --no-edit -a";
pushf = "push --force-with-lease";
};
extraConfig = { extraConfig = {
log.date = "iso-strict-local"; log.date = "iso-strict-local";
pull.ff = "only"; pull.ff = "only";