mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-16 02:27:03 +01:00
New aliases :gg and gk
This commit is contained in:
parent
f84b2eddeb
commit
0c9deec62b
1 changed files with 3 additions and 0 deletions
|
|
@ -58,6 +58,9 @@ alias gwc='git whatchanged -p --abbrev-commit --pretty=medium'
|
||||||
alias gf='git ls-files | grep'
|
alias gf='git ls-files | grep'
|
||||||
alias gpoat='git push origin --all && git push origin --tags'
|
alias gpoat='git push origin --all && git push origin --tags'
|
||||||
|
|
||||||
|
alias gg='git gui'
|
||||||
|
alias gk='gitk'
|
||||||
|
|
||||||
# Will cd into the top of the current repository
|
# Will cd into the top of the current repository
|
||||||
# or submodule.
|
# or submodule.
|
||||||
alias grt='cd $(git rev-parse --show-toplevel || echo ".")'
|
alias grt='cd $(git rev-parse --show-toplevel || echo ".")'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue