git的简单指令和例子配置git简写git config --global -e
[alias]
st = status
co = check
2019-02-24
git的用法
做第一个项目时遇到的一些小坑
常用的linux指令