mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-13 03:01:32 +01:00
Added alias gq -- qgit --all to git
This commit is contained in:
parent
eb5d726c7d
commit
33e9bc01e0
1 changed files with 1 additions and 0 deletions
|
|
@ -88,6 +88,7 @@ compdef _git gm=git-mergetool
|
||||||
alias gg='git gui citool'
|
alias gg='git gui citool'
|
||||||
alias gga='git gui citool --amend'
|
alias gga='git gui citool --amend'
|
||||||
alias gk='gitk --all --branches'
|
alias gk='gitk --all --branches'
|
||||||
|
alias gq='qgit --all'
|
||||||
alias gsts='git stash show --text'
|
alias gsts='git stash show --text'
|
||||||
|
|
||||||
# Will cd into the top of the current repository
|
# Will cd into the top of the current repository
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue