From: Andreas Schwab <schwab@linux-m68k.org>
To: Matthieu Moy <Matthieu.Moy@grenoble-inp.fr>
Cc: Phillip Susi <psusi@cfl.rr.com>, git@vger.kernel.org
Subject: Re: No working tree repository
Date: Tue, 15 Jun 2010 21:39:14 +0200 [thread overview]
Message-ID: <m2ocfcw0f1.fsf@igel.home> (raw)
In-Reply-To: <vpqy6egi2va.fsf@bauges.imag.fr> (Matthieu Moy's message of "Tue, 15 Jun 2010 20:10:01 +0200")
Matthieu Moy <Matthieu.Moy@grenoble-inp.fr> writes:
> You can do something like
>
> mv linux-repo linux-tree
> cd linux-tree
> mv .git ../linux-repo
> cd ../linux-repo
> git config core.bare true
Or shorter:
$ git clone --bare linux-repo
(which creates linux-repo.git and uses hardlinks, so it won't waste
space)
Andreas.
--
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5
"And now for something completely different."
prev parent reply other threads:[~2010-06-15 19:39 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-06-15 17:56 No working tree repository Phillip Susi
2010-06-15 18:10 ` Matthieu Moy
2010-06-15 18:33 ` Phillip Susi
2010-06-15 20:41 ` Wesley J. Landaker
2010-06-15 20:58 ` Matthieu Moy
2010-06-16 6:20 ` Johannes Sixt
2010-06-16 8:36 ` Peter Krefting
2010-06-15 19:39 ` Andreas Schwab [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=m2ocfcw0f1.fsf@igel.home \
--to=schwab@linux-m68k.org \
--cc=Matthieu.Moy@grenoble-inp.fr \
--cc=git@vger.kernel.org \
--cc=psusi@cfl.rr.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.