1、新增文件
2、使用git add 将文件添加到本地缓存中
3、使用git commit 将文件添加到本地仓库中
4、使用git push 将本地仓库中的修改同步到远端仓库中
1、删除文件
2、使用git rm 将要删除的文件添加到本地缓存中
3、使用git commit 在本地仓库中删除