Closed AlpenMo closed 6 months ago
... TIL
When running
git push --set-upstream origin <branch>
doesn't default to the forked version of a repo.
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.
What/Why/How?
Reference
Testing
Screenshots (optional)
Check yourself
Security