I have two GitHub accounts. One let's call "company" the other let's call "developer". The "company" account is a paid account with private repositories. The "developer" account is a free account.
The "company" account has a repo called "repo_c". I've had "developer" fork "repo_c" after adding "developer" as a collaborator on "company/ repo_c". I think this was the right way to go. My thinking for this approach was that each developer would develop locally on their machine, then stage their work on GitHub when they've worked out all the bugs and are ready to push their code into the production codebase. I've since had to make some changes in "company/repo_c". I can't figure out how to get those changes into "developer/repo_c" though. On the developer machine when I do "git branch -a" I get: $ git branch -a * master origin/HEAD origin/master What is HEAD? It it a tracking branch for "company/repo_c"? In any case, I need to figure out how to get the changes from "company/ repo_c" into "developer/repo_c" and then onto the developers laptop. How do I do this? Thanks. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "GitHub" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/github?hl=en -~----------~----~----~----~------~----~------~--~---
