git: Add cont alias for continue

This commit is contained in:
2025-06-24 00:17:15 +02:00
parent 4b5dbd161a
commit 151ae41b5c

View File

@@ -19,6 +19,7 @@
co = checkout co = checkout
commit-last-msg = "!git-zsh-autoload commit-last-msg" commit-last-msg = "!git-zsh-autoload commit-last-msg"
continue = "!git-zsh-autoload continue" continue = "!git-zsh-autoload continue"
cont = continue
clm = commit-last-msg clm = commit-last-msg
last-msg = commit-last-msg last-msg = commit-last-msg
recommit = commit-last-msg --no-edit recommit = commit-last-msg --no-edit