cleared stash and recovered it

This question already has an answer here:

  • How to recover a dropped stash in Git? 18 answers

  • I lost the stash. But since I was using IntelliJ all through for coding, it kept local history of all the file for almost 1 week.

    How I recovered my files using IntelliJ? http://www.jetbrains.com/idea/webhelp/viewing-local-history-of-a-file-or-folder.html#

    After that I created a patch (right click on file and time when you thought your changes were stashed) and carefully selected only those files that were modified by me.

    Now apply the patch and you are good to go.

    链接地址: http://www.djcxy.com/p/79126.html

    上一篇: localStorage可以在经常使用时减慢我的网站速度吗?

    下一篇: 清理藏匿并恢复它