1

I wrote some code and didn't committed it. after that today I pulled git and lost my uncommitted code.

How can I find it? tools: android studio, bitbucked

Amon Olimov
  • 657
  • 1
  • 8
  • 18

1 Answers1

2

If you have added those files to the git repo index, you can still recover their content.

If not, try and see if the IntelliJ local history still has trace of those files.
Note: there are limitations to the local history feature.

Community
  • 1
  • 1
VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250