0

I am just beginning to work with Git, Git Extensisons and have encountered a problem. I have deleted files locally then commit and perform a rebase. Then using Git Extensions Push option select FORCE and REPLACE TRACKING REFERENCE options Push the changes.

The problem is these files appear to be permanently removed beyond recovery with all reference to them and the commit that removed them also not available.

This is potentially a serious problem.

Any help or information would be greatly appreciated.

JFlah100
  • 31
  • 1
  • 4
  • `git reflog` may help you get back the commit that you can then checkout. Check [here](http://stackoverflow.com/questions/134882). – martin Aug 19 '14 at 08:51
  • possible duplicate of [Undoing a git rebase](http://stackoverflow.com/questions/134882/undoing-a-git-rebase) – martin Aug 19 '14 at 08:52

1 Answers1

3

Try Repository > Git Maintenance > Recovery lost objects.. to recovery old commits before your changes

KindDragon
  • 6,558
  • 4
  • 47
  • 75