From f114375030f5b3a3314aada60350a85506949783 Mon Sep 17 00:00:00 2001 From: Gaetan Semet Date: Mon, 25 Feb 2013 14:49:08 +0100 Subject: [PATCH] updated 'gk' alias Signed-off-by: Gaetan Semet --- plugins/git/git.plugin.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/git/git.plugin.zsh b/plugins/git/git.plugin.zsh index d54080322..dbfa8b5bf 100644 --- a/plugins/git/git.plugin.zsh +++ b/plugins/git/git.plugin.zsh @@ -65,7 +65,7 @@ alias gf='git ls-files | grep' alias gpoat='git push origin --all && git push origin --tags' alias gg='git gui' -alias gk='gitk' +alias gk='gitk --all --branches' # Will cd into the top of the current repository # or submodule.