2018年9月

git常用问答

问答如何查看某个文件的提交历史?git log -p filename如何查看某个文件某次提交的文件内容?git show <commitID>:<file path>如何删除远程不存在的本地分支# 查看跟踪情况 git remote show origin # 清除 git remot...