This topic created in 3145 days ago, the information mentioned may be changed or developed.
说起来都是泪, 一下午写的东西只在本地 git 提交了,最后要提交到 svn 上的时候冲突, 然后 git rebase 进行不下去.
手贱把 reabse-apply 挪到 tmp 下,结果发现提交的就剩下前两个本地提交了...把 rebase-apply 放回来也不行.
所以问一下有没有保存(每次保存过的)buffer 的历史记录插件, 能够拯救我...
2 replies • 2017-09-25 22:36:46 +08:00
 |
|
1
zeayes Sep 25, 2017 1
git reflog
|
 |
|
2
Monad Sep 25, 2017
@ zeayes #1 非常感谢!已经使用 reflog 恢复了文件,并且成功提交.
|