Git常用命令 Linux 2017-02-28 阅读 2875 评论 0 git checkout -- XX 把XX文件在工作区的修改全部撤销。git rm XX 删除XX文件git remote add origin https://codin...