From: Richard Lee <richard@webdezign.co.uk>
To: git@vger.kernel.org
Subject: Re: Moving git
Date: Fri, 16 Oct 2009 10:04:27 -0700 (PDT) [thread overview]
Message-ID: <25928820.post@talk.nabble.com> (raw)
In-Reply-To: <25926819.post@talk.nabble.com>
Hi all,
Thank you to Matthieu Moy and Santi Béjar who both told me to check
.git/config.
The reason why I had problems was because I was using git config --get-all
(with no regex). I then used git config -l and saw the remote local path to
the repository that I used to clone.
The reason I had problem with git remote rm was because I was using version
1.5.2 as I installed it from yum. (This is what I hate about CentOS, all the
repositories are old as dirt.) I compiled version 1.6.5 and the command was
there. I think the ability probably was there in 1.5.2, but you probably had
to do some extra magic stuff to completely remove the repository. And by
trying to git remote prune didn't help either as I had deleted the local
repository.
I now could "git remote rm origin" with no problems after moving the whole
git directory.
Richard
--
View this message in context: http://www.nabble.com/Moving-git-tp25926819p25928820.html
Sent from the git mailing list archive at Nabble.com.
next prev parent reply other threads:[~2009-10-16 17:04 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-10-16 14:58 Moving git Richard Lee
2009-10-16 15:17 ` Matthieu Moy
2009-10-16 15:45 ` Richard
2009-10-16 16:11 ` Matthieu Moy
2009-10-16 15:41 ` Santi Béjar
2009-10-16 17:04 ` Richard Lee [this message]
2009-10-16 17:10 ` Matthieu Moy
2009-10-16 18:42 ` Todd Zullinger
2009-10-19 9:30 ` rhlee
2009-10-20 16:33 ` Daniel Barkalow
2009-10-20 16:37 ` Richard
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=25928820.post@talk.nabble.com \
--to=richard@webdezign.co.uk \
--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).