Explorar el Código

SQUASH: chore: 增加一些 shell 别名

dzp hace 1 año
padre
commit
a808bbb216
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      profile.sh

+ 1 - 1
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'