Skip to content

Instantly share code, notes, and snippets.

View dimakis's full-sized avatar

Dimitri Saridakis dimakis

View GitHub Profile
@dimakis
dimakis / README.md
Created May 25, 2021 10:42 — forked from robertpainsi/README.md
How to reopen a pull-request after a force-push?

How to reopen a pull-request after a force-push?

Precodinitions

  • You need the rights to reopen pull requests on the repository.
  • The pull request hasn't been merged, just closed.

Instructions

  1. Write down the current commit hash of your PR-branch git log --oneline -1 <PR-BRANCH>
  2. Write down the latest commit hash on github before the PR has been closed.
  3. git push -f origin :