⚙️ 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
|
@ -101,6 +101,7 @@
|
||||||
ls = ls-files
|
ls = ls-files
|
||||||
lsf = !git ls-files | grep -i
|
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)'"
|
mm = merge --no-ff -m "🔀 merge: Merge branch '$(git symbolic-ref --short HEAD)' into '$(git branch --show-current)'"
|
||||||
ma = merge --abort
|
ma = merge --abort
|
||||||
mc = merge --continue
|
mc = merge --continue
|
||||||
|
|
Loading…
Add table
Reference in a new issue