
4 Feb
2013
4 Feb
'13
4:26 p.m.
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