git: don't assume or set upstream url

This commit is contained in:
Leonardo Eugênio 2023-08-18 00:56:56 -03:00
parent a817587c34
commit 13a740fd6e

View file

@ -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";