Undo Git Pull Origin Master ke Cabang Fitur
# shows every {ID}, position of HEAD in last 30 days (by default)
git reflog
# reset to that specific commit
git reset --hard <specific_id>
Old-fashioned Ox