mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-30 02:44:42 +01:00
Add gcfx: git commit --fixup
This commit is contained in:
parent
ee69c14beb
commit
cafd44754d
2 changed files with 2 additions and 0 deletions
|
|
@ -164,6 +164,7 @@ alias gcp='git cherry-pick'
|
|||
alias gcpa='git cherry-pick --abort'
|
||||
alias gcpc='git cherry-pick --continue'
|
||||
alias gclean='git clean --interactive -d'
|
||||
alias gcfx='git commit --fixup'
|
||||
alias gcl='git clone --recurse-submodules'
|
||||
|
||||
function gccd() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue