X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com X-Injected-Via-Gmane: http://gmane.org/ To: geda-user AT delorie DOT com From: Kai-Martin Knaak Subject: Re: [geda-user] Odd position mangling error Date: Tue, 23 Oct 2012 19:53:11 +0200 Organization: Institut =?UTF-8?B?ZsO8cg==?= Quantenoptik Lines: 15 Message-ID: References: <5086B5AD DOT 9080706 AT estechnical DOT co DOT uk> <5086C5E4 DOT 7060900 AT estechnical DOT co DOT uk> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7Bit X-Complaints-To: usenet AT ger DOT gmane DOT org X-Gmane-NNTP-Posting-Host: bibo.iqo.uni-hannover.de User-Agent: KNode/4.4.11 Reply-To: geda-user AT delorie DOT com Ed Simmons wrote: > Sorry, perhaps I should have been clearer, how do I update my git > working copy (that has local modifications) to look at the new server? edit .git/config There is a line that sets the URL for the remote repository. It shoulld look like this: url = git://git.geda-project.org/pcb.git An alternative is to use a git command: git remote set-url origin git://git.geda-project.org/pcb.git This assumes, you did not mess with branches and are still on the default "origin".