So you've cloned a repo and made some changes? Now you want to submit a PR. This'll make it look like you didn't forget to fork before making the changes. Zero loss of face and endless enjoyment.
-
Fork the repo on GitHub.
-
Rename the local remote.
git remote rename origin upstream
-
Add your fork as the new origin.