Re: How to host a github?
From: Alex Riesen <hidden>
Date: 2016-06-15 22:47:07
On Wed, Jul 29, 2009 at 08:25, jvsrvcs[off-list ref] wrote:
I want to share code with a few co-workers and I want to use git. I installed git (cygwin), created a /project/ and then $cd project and then $git init
See also "git add" and "git commit" in the tutorials below.
I have found so much documentation as to what to do next, that I'm confused.
Start here: http://www.git-scm.com/documentation ("Tutorials" section). The recently published http://progit.org/book/ can be also recommended.
Do I have to create an account on github in order to share code with a few local developers?
No.
Could I run some sort of server on my laptop in order to share code?
Yes. You don't have to, though.
(we only need to share during office hours). Basically I just want to share code but do not want to sign up for an account on github.
Look for fetch, push, and patches in the tutorials.
How do I work this?
Patiently.