标签:添加文件 load 添加 src image mit add git仓库 git使用
1.初始化版本库
git init
2.添加文件到版本库
git add
git commit
3.查看仓库状态
git status
4.撤销初始化命令
rm -rf .git
git使用-git仓库
原文地址:https://www.cnblogs.com/JackWeTa/p/13253436.html