git:alias: Add clm for commit-last-msg

This commit is contained in:
2024-01-25 17:45:00 +01:00
parent 47cad5c079
commit 700c661e04
2 changed files with 2 additions and 0 deletions

View File

@@ -10,6 +10,7 @@
branches = track
c = commit
changes = flog HEAD...FETCH_HEAD
clm = commit-last-msg
co = checkout
cow = checkout-worktree
f = fetch

View File

@@ -68,6 +68,7 @@ fi
alias gcd='cd "$(git rev-parse --show-toplevel)"'
alias gch='git checkout'
alias gcl='git commit-last-msg'
alias gclm='git commit-last-msg'
alias gco='git checkout'
alias gcow='git checkout-worktree'
alias gd='git diff'