login
Header Space

 
 

Re: Possible to make a totally empty repository for remote access?

Score:
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Wincent Colaiuta <win@...>
Cc: <git@...>
Date: Friday, July 13, 2007 - 6:18 pm

Wincent Colaiuta <win@wincent.com> writes:


You prepared an empty bare repository for publishing, and that
is very good.

The next step is that you prepare your contents elsewhere.  That
would be your private working place, i.e. the place you would
normally work in).  You push from your private working place
into that publishing repository.  Your working place is where
the very initial commit should come from, since you are the one
who is starting the project.

Note that the private working place does not have to be a clone
of the empty one.  That actually is backwards.  Your work
started from your private working place to the publishing one.

You could even clone your private repository to publishing one
to make it clear who is the master and who is the copy if you
wanted to, but because you already have the bare repository for
publishing, just pushing into it is all that is needed.


-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: Possible to make a totally empty repository for remote a..., Junio C Hamano, (Fri Jul 13, 6:18 pm)
Re: Possible to make a totally empty repository for remote a..., Wincent Colaiuta, (Fri Jul 13, 10:19 pm)
speck-geostationary