On Thu, Sep 18, 2008 at 10:13:34AM +1200, Francois Marier wrote:
> On Wed, 2008-09-17 at 14:46 -0700, [EMAIL PROTECTED] wrote:
> > Is there an easy way with git to get the URL of the repository that
> > you cloned from, similar to what svn info shows for a subversion
> > repository? I see it's stored in [remote "origin"]->url section of
> > the .git/config, but I was hoping for an easy-to-remember command to
> > display it.
> 
> I normally use "git remote show origin"

You can also get a quick overview with git remote -v.

                                Petr "Pasky" Baudis

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To post to this group, send email to git-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/git-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to