From 13a740fd6ed02879fc5f705f466764fdd87dd35b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonardo=20Eug=C3=AAnio?= Date: Fri, 18 Aug 2023 00:56:56 -0300 Subject: [PATCH] git: don't assume or set upstream url --- user/fish/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user/fish/default.nix b/user/fish/default.nix index 93b32af..c4cf5c1 100644 --- a/user/fish/default.nix +++ b/user/fish/default.nix @@ -58,7 +58,7 @@ in { gc = "git commit"; gca = "git commit --all"; gcf = "git commit --fixup"; - gp = "git push -u origin (git branch --show-current)"; + gp = "git push"; gw = "git switch"; gr = "cd (git root)"; gri = "git rebase --interactive FETCH_HEAD";