On Mon, Feb 04, 2013 at 07:12:19PM +0000, Ian Lynagh wrote: > > So having done "git remote rm origin", how do I configure the git pull > branches again? Looks like this does it: git remote add origin darcs.haskell.org:/srv/darcs/ghc.git git fetch origin git branch --set-upstream master origin/master Thanks Ian