mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-22 04:51:12 +02:00
plugins/git/git.plugin.zsh: added 'git am' alias
added the alias 'gam' for the command 'git am'
This commit is contained in:
parent
c3b072eace
commit
6dd0ff0423
1 changed files with 1 additions and 0 deletions
|
|
@ -42,6 +42,7 @@ alias g='git'
|
|||
|
||||
alias ga='git add'
|
||||
alias gaa='git add --all'
|
||||
alias gam='git am'
|
||||
alias gapa='git add --patch'
|
||||
alias gau='git add --update'
|
||||
alias gap='git apply'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue