git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* can I configure git clone to preserve the '.git' when it makes the initial dir
@ 2008-07-04 22:28 Stephen Bannasch
  2008-07-04 23:22 ` Stephan Beyer
  0 siblings, 1 reply; 2+ messages in thread
From: Stephen Bannasch @ 2008-07-04 22:28 UTC (permalink / raw)
  To: git

As I'm moving to more use of git I find it very helpful to keep the 
'.git' suffix on the names of directories in which I have git 
repositories. This makes it easier to distinguish between checkouts 
using different SCMs.

Is there a way to configure git clone to preserve the '.git' suffix 
when creating a directory?

Thanks for any ideas.

-- 
- Stephen Bannasch
   Concord Consortium, http://www.concord.org

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: can I configure git clone to preserve the '.git' when it makes the initial dir
  2008-07-04 22:28 can I configure git clone to preserve the '.git' when it makes the initial dir Stephen Bannasch
@ 2008-07-04 23:22 ` Stephan Beyer
  0 siblings, 0 replies; 2+ messages in thread
From: Stephan Beyer @ 2008-07-04 23:22 UTC (permalink / raw)
  To: Stephen Bannasch; +Cc: git

Hi,

Stephen Bannasch wrote:
> As I'm moving to more use of git I find it very helpful to keep the  
> '.git' suffix on the names of directories in which I have git  
> repositories. This makes it easier to distinguish between checkouts  
> using different SCMs.

When you finally fall in love with git, you won't want to
use another SCM. :)
Even, if you have to, there is git-cvs{exportcommit,import}, git-svn,
and some other more or less working interfaces from git to other SCMs.

Perhaps it's also worth having a look at http://kitenet.net/~joey/code/mr/
(I've never used it, but heard of people who like using it.)

> Is there a way to configure git clone to preserve the '.git' suffix when 
> creating a directory?

I don't know a configuration for that, but you can simply do:
	git clone <repository> <reponame>.git
(e.g.	git clone git://example.com/foo.git foo.git)

But, btw, I think some unofficial convention is, that the ".git" suffix
indicates a bare repository and without that suffix it is a checked out
working tree.

Regards,
  Stephan

-- 
Stephan Beyer <s-beyer@gmx.net>, PGP 0x6EDDD207FCC5040F

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-07-04 23:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-04 22:28 can I configure git clone to preserve the '.git' when it makes the initial dir Stephen Bannasch
2008-07-04 23:22 ` Stephan Beyer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).