added aliases to commit and branch

This commit is contained in:
Stanislas Jouffroy 2022-09-25 10:30:34 +02:00
parent a7c81cbd9c
commit 0bd7525dc3

View file

@ -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