github - How to search local commit GIT -
can me retrieve commit? cannot find commit anywhere
here's do
- i'm in branch master
- i move previous commit in branch master(so i'm in branch)
- type changes
- commit , push
- got error because cannot push commit in branch
- i move branch master
- now last commit gone
any idea retrieve previous commit?
i've tried use git log still can't find last commit
try git reflog
search commit want ref log message.
Comments
Post a Comment