COMMIT_EDITMSG,看文件名大概猜到是commit时的编辑信息,结果和猜测的一样: [ccx@ubuntu ~/miniSearchEngin/.git]$>catCOMMIT_EDITMSG 词典联想功能OK,目测可以多线程服务 与日志文件最后一行呼应: 31e5085f07d6f8578bad1ae39d85bf88db6886c51d bd9a33f13603ef3b5318
COMMIT_EDITMSG,看文件名大概猜到是commit时的编辑信息,结果和猜测的一样: [ccx@ubuntu ~/miniSearchEngin/.git]$>catCOMMIT_EDITMSG 词典联想功能OK,目测可以多线程服务 与日志文件最后一行呼应: 31e5085f07d6f8578bad1ae39d85bf88db6886c51d bd9a33f13603ef3b53184e3b9ce9408638b71fb4 ccx19930930 <461661280...
sampleinflating: .git/hooks/update.sampleinflating: .git/indexcreating: .git/info/inflating: .git/info/excludecreating: .git/logs/inflating: .git/logs/HEADcreating: .git/logs/refs/creating: .git/logs/refs/heads/inflating: .git/logs/refs/heads/mastercreating: .git/objects/creating: .git/object...
git commit -a 上传出现报错问题: 命令行 rm -rf .git/.COMMIT_EDITMSG.swp 删除即可
I case you are not familiar with terminal command, you have to $ls -a .git/ because the file start with.is hidden file and for example you can not see.git/.COMMIT_EDITMSG.swp, on finder. to delete these file, $rm .git/index.lock $rm .git/.COMMIT_EDITMSG.swp...