diff --git a/profile.sh b/profile.sh index 503abf5d..bf988a01 100644 --- a/profile.sh +++ b/profile.sh @@ -30,5 +30,5 @@ alias gba='git branch -a' alias gbb='git bv' alias gdf='git -p diff' alias gdca='git diff --cached' -alias gsh='git sh' +alias gsh='git show' alias grv='git remote -v'