git pushf
This commit is contained in:
@@ -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";
|
||||||
|
|||||||
Reference in New Issue
Block a user