Skip to main content

配置别名

配置别名

`git config --global alias.st status  #将status定义为st`
`#加上--global是指对用户进行修改,不加则是指对当前库进行修改`

`type .git/config #配置文件的存放位置