git 常用命令 git add * 预提交 git commit -m '描述' 提交 git init 创建仓库 git status 查看当前是否有文件待提交 gik 以图形界面显示仓库及记录 git commit --amend 覆盖上一次提交