diff --git a/home/user/.config/git/config b/home/user/.config/git/config index a429de3..3883931 100644 --- a/home/user/.config/git/config +++ b/home/user/.config/git/config @@ -53,6 +53,7 @@ dw = diff --word-diff=color co = checkout ci = commit + amend = commit --amend --no-edit 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)"