added aliases to commit and branch
This commit is contained in:
parent
a7c81cbd9c
commit
0bd7525dc3
1 changed files with 4 additions and 0 deletions
|
@ -21,5 +21,9 @@
|
||||||
rbc = rebase --continue
|
rbc = rebase --continue
|
||||||
rba = rebase --abort
|
rba = rebase --abort
|
||||||
rbi = rebase --interactive origin/main
|
rbi = rebase --interactive origin/main
|
||||||
|
cim = commit -m
|
||||||
|
cima = commit -a -m
|
||||||
|
br = branch
|
||||||
|
bra = branch
|
||||||
[pull]
|
[pull]
|
||||||
rebase = true
|
rebase = true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue