git-bash的alias別名設置 正常需要設置別名時,直接使用 alias gs="git status" 輸入上邊的命令之后,就可以使用gs(命令)代替git status(命令),這是一種設置別名簡化輸入,提升效率 ...