mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-08-07 06:08:39 +02:00
add alias to make signed commit with verbose output
Signed-off-by: Alexandre Lavigne <alexandre.lavigne@datadoghq.com>
This commit is contained in:
parent
70ad5e3df8
commit
ed6b031e1d
1 changed files with 1 additions and 0 deletions
|
|
@ -190,6 +190,7 @@ alias gcasm='git commit --all --signoff --message'
|
||||||
alias gcs='git commit --gpg-sign'
|
alias gcs='git commit --gpg-sign'
|
||||||
alias gcss='git commit --gpg-sign --signoff'
|
alias gcss='git commit --gpg-sign --signoff'
|
||||||
alias gcssm='git commit --gpg-sign --signoff --message'
|
alias gcssm='git commit --gpg-sign --signoff --message'
|
||||||
|
alias gcssv='git commit --gpg-sign --signoff –-verbose'
|
||||||
alias gcmsg='git commit --message'
|
alias gcmsg='git commit --message'
|
||||||
alias gcsm='git commit --signoff --message'
|
alias gcsm='git commit --signoff --message'
|
||||||
alias gc='git commit --verbose'
|
alias gc='git commit --verbose'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue