diff --git a/modules/git.nix b/modules/git.nix index 8f33354..aebf81d 100644 --- a/modules/git.nix +++ b/modules/git.nix @@ -24,7 +24,7 @@ gds = "git diff --staged"; gp = "git push"; - gpf = "git push --force"; + gpf = "git push --force-with-lease"; gl = "git log"; glo = "git log --oneline";