(dupe note) Not related to pull/push from multiple remote locations; I don't need multiple locations, just to interact between an internal and public github. (end note)
I'm looking for a workflow:
- clone a repo from github.com to an internal github server (not a private repo on github.com)
- make changes and test using internal github server
- potentially pull changes from external github to our internal github
- review changes, send pull request to original github repo
What git incantations will perform these three interactions?
- clone from public to internal github
- pull changes from public to internal github
- push changes from internal to public github