From ff395a9b7b4fc8e0fb69af24bfe0d9bb52709d56 Mon Sep 17 00:00:00 2001 From: "Cody B. Daig" Date: Wed, 21 Oct 2015 10:12:03 -0700 Subject: [PATCH] This should not be aliased to go with the new and popular go language. --- bash_profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash_profile b/bash_profile index b6fc16e..db28dbc 100644 --- a/bash_profile +++ b/bash_profile @@ -58,7 +58,7 @@ alias gc="git commit" alias gl="git log" alias glo="git log --pretty=oneline" alias glu="git log --pretty=format:'%h %ad | %s%d [%an]' --graph --date=short" -alias go="git checkout" +# alias go="git checkout" alias gt="git tag" alias grs="git reset" alias grv="git revert"