Installing Postgres via Brew Pre-Reqs Brew Package Manager In your command-line run the following commands: brew doctor brew update
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 Write down the current commit hash of your PR-branch git log --oneline -1 <PR-BRANCH> Write down the latest commit hash on github before the PR has been closed. git push -f origin :