⚙️ config(gitconfig): added merge, deleted before by accident
This commit is contained in:
parent
d966f6d9bf
commit
39f14d5da0
1 changed files with 2 additions and 1 deletions
|
@ -100,7 +100,8 @@
|
|||
#############
|
||||
ls = ls-files
|
||||
lsf = !git ls-files | grep -i
|
||||
#############
|
||||
#############
|
||||
m = merge
|
||||
mm = merge --no-ff -m "🔀 merge: Merge branch '$(git symbolic-ref --short HEAD)' into '$(git branch --show-current)'"
|
||||
ma = merge --abort
|
||||
mc = merge --continue
|
||||
|
|
Loading…
Add table
Reference in a new issue