git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Alexey Shumkin <zapped@mail.ru>
To: git@vger.kernel.org
Subject: Re: Locating Git Clone
Date: Wed, 19 Jan 2011 08:49:37 +0000 (UTC)	[thread overview]
Message-ID: <loom.20110119T094539-141@post.gmane.org> (raw)
In-Reply-To: 1295426139368-5938712.post@n2.nabble.com

flebber <flebber.crue <at> gmail.com> writes:

> 
> 
> I downloaded from git as I was following this walkthrough
> http://www.grails.org/Installation.
> 
> So I issued the command 
> 
>     * git clone git://github.com/grails/grails-core.git
> 
> So that worked no problems, except I don't know where it cloned it to or how
> I can move it. I had intended it to go to c:\grails.
> 
> Is there a way to find a locate something you have cloned?
> 
> Sayth

'git clone URL [FOLDER]' clones repo to FOLDER if it is set
and to basename of URL to your current dir (say PWD) otherwise
I.e. PWD/grails-core (.git suffix is automatically removed) is this case

RTFM )) 

  reply	other threads:[~2011-01-19  8:50 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-01-19  8:35 Locating Git Clone flebber
2011-01-19  8:49 ` Alexey Shumkin [this message]
2011-01-19  8:57   ` flebber
2011-01-19  9:13     ` Maaartin
2011-01-19 10:28 ` flebber

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=loom.20110119T094539-141@post.gmane.org \
    --to=zapped@mail.ru \
    --cc=git@vger.kernel.org \
    /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 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).