Hacker News new | past | comments | ask | show | jobs | submit login

How would this work? (This is a serious question.)

Would each of us set up each other's internal IP addresses (192.168.0.101, etc) as remote repositories? Would each of us run a git repository on our own boxes? Or would we set one up on our own AWS box or something?




Yep, you set up each developers machine as a remote, but you pull from them (rather than push). Helps to pull to a separate branch though.


Well, ideally you'd have DNS setup internally so you don't have to use raw IP addresses, but essentially yes, you map each of the people with which you're collaborating as remote repositories. Because they are remote repositories, all on their own. There is nothing special between your repository on your machine and the repository on github.


Setup internal dev box, push code there and from there to github...




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: