Created
April 20, 2021 01:23
-
-
Save gaol/6e00d4931405691d6a744507fcc547c4 to your computer and use it in GitHub Desktop.
github pull request demo
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(base) [lgao@lgao vertx-eventbus-bridge-clients]$ git remote -v | |
fork [email protected]:gaol/vertx-eventbus-bridge-clients.git (fetch) ## << here is my fork | |
fork [email protected]: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