I am working on a school project with another two friends. I want an easy way for us to manage source control and I tried out Git. While Git looks great (with version control and stuff). How do I share it with my teammates?
I have seen articles about sharing on a remote server? However, can I just set up Git on my computer and they pull from me?
Or can I use service like dropbox to share projects?
I hope my question is clear.
Thanks
I am working on a school project with another two friends. I want an
Share
You should look at github if you don’t mind people seeing your code (you can actually pay for private repo though), you can set up a repository for free, it’s an excellent site and resources are plently.
If you prefer to be completely private and don’t want to pay look at gitosis.
But i would use github it’s great