git: Add aliases for faster rebase
This commit is contained in:
parent
8519bada60
commit
45d4a30aac
|
@ -95,6 +95,7 @@
|
||||||
gco = "git checkout";
|
gco = "git checkout";
|
||||||
gcp = "git cherry-pick";
|
gcp = "git cherry-pick";
|
||||||
gcv = "git commit --verbose";
|
gcv = "git commit --verbose";
|
||||||
|
gcam = "git commit --amend";
|
||||||
gd = "git diff";
|
gd = "git diff";
|
||||||
gdc = "git diff --cached";
|
gdc = "git diff --cached";
|
||||||
gfom = "git fetch origin ${defaultBranch}";
|
gfom = "git fetch origin ${defaultBranch}";
|
||||||
|
@ -103,6 +104,7 @@
|
||||||
gls = "git log --stat";
|
gls = "git log --stat";
|
||||||
gp = "git push";
|
gp = "git push";
|
||||||
grb = "git rebase";
|
grb = "git rebase";
|
||||||
|
grbc = "git rebase --continue";
|
||||||
grbi = "git rebase -i";
|
grbi = "git rebase -i";
|
||||||
grbias = "git rebase -i --autosquash";
|
grbias = "git rebase -i --autosquash";
|
||||||
grbim = "git rebase -i ${defaultBranch}";
|
grbim = "git rebase -i ${defaultBranch}";
|
||||||
|
|
Loading…
Reference in a new issue