mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-23 02:35:38 +01:00
updated 'gk' alias
Signed-off-by: Gaetan Semet <gaetan@xeberon.net>
This commit is contained in:
parent
24f137e2d1
commit
f114375030
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ 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 gg='git gui'
|
||||||
alias gk='gitk'
|
alias gk='gitk --all --branches'
|
||||||
|
|
||||||
# Will cd into the top of the current repository
|
# Will cd into the top of the current repository
|
||||||
# or submodule.
|
# or submodule.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue