From 391c619d1bda578408c71bd4c2fb10c0b0a8eea8 Mon Sep 17 00:00:00 2001 From: Andrew Tomaka Date: Mon, 28 Sep 2020 10:29:06 -0400 Subject: [PATCH] Allow new gh cli xD --- aliases | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aliases b/aliases index 1308862..84e88b7 100644 --- a/aliases +++ b/aliases @@ -39,7 +39,7 @@ alias gfl="git log --patch" alias gg="hub gist create --browse" alias gi="gitignore-io" alias gl="git fancy-graph" -alias gh="git hist" +alias ghi="git hist" alias ghd="git hist-details" alias ght="git hist-tags" alias gmr="git most-recent-by-branch"