mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-16 02:27:03 +01:00
updated 'gk' alias
Signed-off-by: Gaetan Semet <gaetan@xeberon.net>
This commit is contained in:
parent
f7d706a073
commit
2b8d4782f6
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,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