Skip to main content
added 4 characters in body
Source Link
ScottyBlades
  • 13.4k
  • 6
  • 88
  • 99

git reflog

  • Find your commit sha in the list then copy and paste it into this command:

git cherry-pick <the sha>

git reflog

  • Find your commit in the list then copy and paste it into this command:

git cherry-pick <the sha>

git reflog

  • Find your commit sha in the list then copy and paste it into this command:

git cherry-pick <the sha>

added 21 characters in body
Source Link
ScottyBlades
  • 13.4k
  • 6
  • 88
  • 99

git reflog

  • Find your commit in the list then copy and paste it into this command:

git cherry-pick <the sha>

git reflog

  • Find your commit in the list then copy and paste:

git cherry-pick <the sha>

git reflog

  • Find your commit in the list then copy and paste it into this command:

git cherry-pick <the sha>

deleted 34 characters in body
Source Link
ScottyBlades
  • 13.4k
  • 6
  • 88
  • 99

git reflog

  • Find your commit in the list.
  • Copy then copy and paste the sha into the following command.:

git cherry-pick <the sha>

Or

Pull from a fork that has the changes that were deleted locally.

git reflog

  • Find your commit in the list.
  • Copy and paste the sha into the following command.

git cherry-pick <the sha>

Or

Pull from a fork that has the changes that were deleted locally.

git reflog

  • Find your commit in the list then copy and paste:

git cherry-pick <the sha>

added 21 characters in body
Source Link
ScottyBlades
  • 13.4k
  • 6
  • 88
  • 99
Loading
Source Link
ScottyBlades
  • 13.4k
  • 6
  • 88
  • 99
Loading