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