Found 67 matching messages (0.193 seconds). Page 1 of 4.
... was talking about bare repository. >>> >>> Look at the subject. "Cloning empty ... even easier". > > His second point is also a real issue. If ... such a push, but then what? You need to fetch, and ... his history. Just a wild idea. Doesn't it make sense ...
git - Sergei Organov - Nov 14 2007 - 08:09
... it won't change. Grep for "bare" in the following text: ,---- | Hi, ... empty bare repository produces nothing at | > all, [...] | | If they are empty, what ... you can reconsider this after reading the above. -- Matthieu - To unsubscribe from ...
git - Matthieu Moy - Nov 12 2007 - 14:02
... was talking about bare repository. >> >> Look at the subject. "Cloning empty ... it even easier". His second point is also a real issue. If ... such a push, but then what? You need to fetch, and ... commit, and at that point the history you are trying to ...
git - Junio C Hamano - Nov 12 2007 - 17:56
... in a bare repository, the most natural way >> for me is to ... add, git commit> $ git push ~/bare-repo $ git remote add origin ~/ ... I could have actually created the initial commit there (valid with ... does _NOT_ matter. Either there is a way to achive (3) ...
git - Matthieu Moy - Nov 13 2007 - 18:01
... Cesar Ribas wrote: > > A bare repository is the way to publish ... you want to add? There is not even a working directory ... commit". As we are on the subject anyway. Though not tested ... produces nothing at all, dispite the promising message: $ mkdir x && cd ...
git - Jan Wielemaker - Nov 12 2007 - 12:19
... empty bare repository produces nothing at >> >> all, [...] >> > >> > If they are empty, what exactly ... I'd expect an empty repository, with the git remote configured >> correctly. > ... an administrator create a new bare repo for us, and we populate it ...
git - Bill Lear - Nov 12 2007 - 13:24
... I checked, the thread was talking about bare repository. Wrong. Wrong, ... _cloning_ an _empty_ repository. (Bare or not is not interesting in ... No, but that was not what I was questioning. No, sir ... the body of a message to majordomo@vger.kernel.org More ...
git - Johannes Schindelin - Nov 12 2007 - 13:57
... /non-bare > $ cd local/non-bare > $ git init ... If your publishing repo is local like the above, then ... way as other people who will work with that published repository? - To unsubscribe from this list: send the line "unsubscribe git" in the ...
git - Junio C Hamano - Nov 13 2007 - 20:25
... bare repository produces nothing at >> >> all, [...] >> > >> > If they are empty, what ... 'd expect an empty repository, with the git remote configured >> correctly. ... geneticists should be relevant for determining what git-clone does. -- David ...
git - David Kastrup - Nov 12 2007 - 13:32
... He was suggesting to create the initial commit before cloning: >> So ... a bare repository, the most natural way for me is to ... above : ,---- | a typical use-case is when I want to create ... a working copy and do | the first commit there. `---- I find ...
git - Matthieu Moy - Nov 13 2007 - 05:48
... . > > He was suggesting to create the initial commit before cloning: > > >> So you need to populate the repository before starting _anyway_. Of course I ... to push into the still empty, bare repository, before anybody is cloning. Ciao, ...
git - Johannes Schindelin - Nov 13 2007 - 07:19
... in a bare repository, the most natural way > for me is to clone ... create a commit in a non-bare repository you create, and push into ... into can be non-bare, but bareness of that does _NOT_ ... To unsubscribe from this list: send the line "unsubscribe git" in ...
git - Junio C Hamano - Nov 13 2007 - 14:41
... centralized SCM >mentality, but that is fine). ... We have several users ... easy for more experienced users to simply pooh-pooh the ideas ... s what we'd like: % mkdir new_repo % cd new_repo % git --bare ... can't have clone "do the right thing", then it would ...
git - Bill Lear - Nov 14 2007 - 16:16
A bare repository is the way to publish your changes to the public. git-daemon and http-clones use a bare ... such, > other's don't. For example, I get > > git-diff ... all somewhat inconsistent. What is the situation supposed > to be? > > -- > David ...
git - Bruno Cesar Ribas - Nov 12 2007 - 09:19
... Bruno Cesar Ribas wrote: > A bare repository is the way to publish your changes to the public. > git-daemon and http-clones use a bare repository that only contains > adminsitrative files ... you want to add? There is not even a working directory ...
git - Johannes Schindelin - Nov 12 2007 - 09:57
... @c3sl.ufpr.br> wrote: > A bare repository is the way to publish your changes to the public. Just to mention this: ... minor use, but a bare repository is also useful for "temporary storage" ... of Reading. "we had no idea that when we added templates we ...
git - David Tweed - Nov 12 2007 - 10:20
... c3sl.ufpr.br> writes: > A bare repository is the way to publish ... , neither > remote-tracking branches nor the related configuration variables > are created. ... such, >> other's don't. For example, I get >> >> git-diff ...
git - David Kastrup - Nov 12 2007 - 12:17
... ribas@c3sl.ufpr.br> writes: > >> A bare repository is the way to publish your changes ... it as such, >>> other's don't. For example, I get >>> >>> git-diff [no ... [no complaint] >>> git-reset --hard >>> HEAD is now at db862c1... installmanager.sh: setze ...
git - Jakub Narebski - Nov 12 2007 - 12:37
... ribas@c3sl.ufpr.br> writes: >> >>> A bare repository is the way to publish your ... it as such, >>>> other's don't. For example, I get >>>> >>>> git-diff [no ... [no complaint] >>>> git-reset --hard >>>> HEAD is now at db862c1... installmanager.sh: setze ...
git - David Kastrup - Nov 12 2007 - 12:54
... > writes: > > I don't see what is soooo hard with using ... "git clone" set up the remote > for you? > > And don't ... I checked, the thread was talking about bare repository. > Perhaps you ... guys, don't fight about the details. Just stick to * Creating ...
git - Jan Wielemaker - Nov 12 2007 - 14:55