Skip to content

Instantly share code, notes, and snippets.

@gaol
Created April 20, 2021 01:23
Show Gist options
  • Save gaol/6e00d4931405691d6a744507fcc547c4 to your computer and use it in GitHub Desktop.
Save gaol/6e00d4931405691d6a744507fcc547c4 to your computer and use it in GitHub Desktop.
github pull request demo
(base) [lgao@lgao vertx-eventbus-bridge-clients]$ git remote -v
fork git@github.com:gaol/vertx-eventbus-bridge-clients.git (fetch) ## << here is my fork
fork git@github.com:gaol/vertx-eventbus-bridge-clients.git (push)
origin https://github.com/vert-x3/vertx-eventbus-bridge-clients (fetch) ## << here is the official vert-x3 repo
origin https://github.com/vert-x3/vertx-eventbus-bridge-clients (push)
So maybe try this:
git checkout master
git pull
git push -f fork master
^
|__ Please update this to your remote name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment