mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-01 04:30:37 +02:00
Add alias for commiting all files and sign
This commit is contained in:
parent
7f9b773350
commit
45a47eeb39
1 changed files with 1 additions and 0 deletions
|
|
@ -66,6 +66,7 @@ alias gcan!='git commit -v -a --no-edit --amend'
|
|||
alias gcans!='git commit -v -a -s --no-edit --amend'
|
||||
alias gcam='git commit -a -m'
|
||||
alias gcsm='git commit -s -m'
|
||||
alias gcasm='git commit -a -s -m'
|
||||
alias gcb='git checkout -b'
|
||||
alias gcf='git config --list'
|
||||
alias gcl='git clone --recursive'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue