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"