From 39609d34278b88c64768cd0de41268e97507b8fa Mon Sep 17 00:00:00 2001 From: shinriyo Date: Wed, 16 Mar 2016 18:10:30 +0900 Subject: [PATCH] gtop shortcut gtop shortcut --- git.scmbrc.example | 1 + 1 file changed, 1 insertion(+) diff --git a/git.scmbrc.example b/git.scmbrc.example index e6566de..b65b4df 100644 --- a/git.scmbrc.example +++ b/git.scmbrc.example @@ -95,6 +95,7 @@ git_stash_apply_alias="gasha" git_stash_pop_alias="gashp" git_stash_list_alias="gashl" git_tag_alias="gt" +git_top_level_alias="gtop" # Hub aliases (https://github.com/github/hub) git_pull_request_alias="gpr"