Skip to main content
deleted 68 characters in body
Source Link
Suraj Rao
  • 29.6k
  • 11
  • 95
  • 104
  1. git refloggit reflog (find the Head of the last git/commit)
  2. git reset --merge 796bf9aeegit reset --merge 796bf9aee(Head of the last git/commit where you want to reset)

========================================================================

  1. git reflog (find the Head of the last git/commit)
  2. git reset --merge 796bf9aee(Head of the last git/commit where you want to reset)

========================================================================

  1. git reflog (find the Head of the last git/commit)
  2. git reset --merge 796bf9aee(Head of the last git/commit where you want to reset)
Source Link
Yasir
  • 579
  • 6
  • 11

  1. git reflog (find the Head of the last git/commit)
  2. git reset --merge 796bf9aee(Head of the last git/commit where you want to reset)

========================================================================