1.commit的使用: (1)commit时,需要依次检查要提交的文件代码,不要错提交、多提交 (2)commit message需要按照项目要求来写
2.先commit,再pull,然后解决冲突,再commit,最后push