Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

I was working on a project that i kept in wampserver root folder. I used a local git repository to save every step of the work. at some point I forgot that the files were inside wampserver and I deleted wampserver to install it again when it was stuck. the folder is not kept in recycle bin too. is there a way I can recover my whole project folder from the last git commit?


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
445 views
Welcome To Ask or Share your Answers For Others

1 Answer

It depends if that local Git repository was pushed anywhere (GitHub, GitLab, BitBucket, ...) or not.

Because if that local repository was not pushed or cloned, then it is a simple local set of files, deleted when the wampserver was deleted.
In which case, only some file/data recovery software would be your only approach.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...