Add rebase aliases
This commit is contained in:
@@ -18,7 +18,9 @@
|
|||||||
st = "status"
|
st = "status"
|
||||||
br = "branch"
|
br = "branch"
|
||||||
rb = "rebase"
|
rb = "rebase"
|
||||||
rbi = "rebase -i"
|
rbi = "rebase --interactive"
|
||||||
|
rbc = "rebase --continue"
|
||||||
|
rba = "rebase --abort"
|
||||||
df = "diff"
|
df = "diff"
|
||||||
gr = "! git graph"
|
gr = "! git graph"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user