Redocly / museum-openapi-example

An example OpenAPI description for an imaginary Museum API.
https://redocly.com/docs/resources/learning-openapi/
MIT License
40 stars 36 forks source link

change to bacon #22

Closed AlpenMo closed 6 months ago

AlpenMo commented 6 months ago

What/Why/How?

Reference

Testing

Screenshots (optional)

Check yourself

Security

TaylorKrusen commented 6 months ago

... TIL

When running git push --set-upstream origin <branch> doesn't default to the forked version of a repo.

lornajane commented 6 months ago

The origin part is which remote to use, if you have both an upstream repo and a fork, I usually use the org/user names for the remotes, rather than the default "origin" which is whichever repo you cloned first.