diff --git a/users/modules/global/git.nix b/users/modules/global/git.nix index 317b3ce..72f17f4 100644 --- a/users/modules/global/git.nix +++ b/users/modules/global/git.nix @@ -67,6 +67,8 @@ pfl = "push --force-with-lease"; pu = "pull"; pua = "pull --autostash"; + pup = "!git pull && git push"; + puap = "!git pull --autostash && git push"; b = "branch"; ba = "branch -a"; bd = "branch -d";