Sometimes, you have done wrong reorganization commits by command git rebase -i COMMIT_ID. It can be recovered from wrong actions by using command: git reset HEAD@{NUMBER}. Warning1: This can be recovered limited actions done by git tool. Figure 1: git reflog show Using by command: git reflog show, it will show recent history you do with git commands. You can find out information from this limited list and choose one
read more