refactor git alias cm

This commit is contained in:
thek4n 2024-06-24 13:54:22 +03:00
parent a288b493fe
commit 5037b05b8d

View File

@ -53,7 +53,7 @@
dw = diff --word-diff=color
co = checkout
ci = commit
cm = "commit -m"
cm = "!_m() { git commit -m \"$*\"; }; _m"
ps = "!git push origin $(git rev-parse --abbrev-ref HEAD)"
pl = "!git pull origin $(git rev-parse --abbrev-ref HEAD)"
pr = "pull --rebase"