0
I had some modified files in my branch
path, but I didn’t update my archive.
Good but what happens is that I didn’t do the commit
of the archives and I was obliged to give a reset
throughout my branch
, to update my repository.
The problem begins here:
It had many modifications many programs made ready to be sent to the server and I have no idea how to recover files in my branch
local that have not even been made commits
theirs..
Can someone help me ?
You came to give
git add
in the files before giving reset?– Math
Here are several possible solutions, depending on your case (with commits, with adds, with new files, etc): http://stackoverflow.com/questions/5788037/recover-from-git-reset-hard
– Ricardo Moraleida
I didn’t give git add before reset or anything, the files were as modified status.
– Lucas Lima
If you have not added in the repository you will not be able to recover those files! Deleted is deleted... unless it is in the recycle bin of your machine
– egomesbrandao