From a615ab83e3d439c2f39703c4cc29e05af12ad4b7 Mon Sep 17 00:00:00 2001 From: Dmitriy Pleshevskiy Date: Tue, 21 May 2024 21:13:24 +0300 Subject: [PATCH] users/jan: add upstream to the aliases --- users/jan/git/default.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/users/jan/git/default.nix b/users/jan/git/default.nix index 913957e..63735a9 100644 --- a/users/jan/git/default.nix +++ b/users/jan/git/default.nix @@ -51,11 +51,12 @@ pfo = "push --force-with-lease origin"; pl = "pull"; plo = "pull origin"; + plup = "pull upstream"; f = "fetch"; fo = "fetch origin"; - fa = "fetch --all"; - fap = "fetch --all --prune"; + foa = "fetch --all"; + foap = "fetch --all --prune"; rb = "rebase"; rbi = "rebase -i";