git命令大全 • 2018年02月26日 查看、添加、提交、删除、找回,重置修改文件git help <command> # 显示command的help git show # 显示某次提交的内容 git show $id git checkout -- <...