git: don't assume or set upstream url
This commit is contained in:
parent
a817587c34
commit
13a740fd6e
|
@ -58,7 +58,7 @@ in {
|
||||||
gc = "git commit";
|
gc = "git commit";
|
||||||
gca = "git commit --all";
|
gca = "git commit --all";
|
||||||
gcf = "git commit --fixup";
|
gcf = "git commit --fixup";
|
||||||
gp = "git push -u origin (git branch --show-current)";
|
gp = "git push";
|
||||||
gw = "git switch";
|
gw = "git switch";
|
||||||
gr = "cd (git root)";
|
gr = "cd (git root)";
|
||||||
gri = "git rebase --interactive FETCH_HEAD";
|
gri = "git rebase --interactive FETCH_HEAD";
|
||||||
|
|
Loading…
Reference in a new issue