26 Sep
2007
26 Sep
'07
2:16 p.m.
P.S. Anyone wiser than I in the ways of git, can you share any tricks for telling git that the origin has been relocated? Is it as easy as just changing the origin in the config file or are there more things to do?
Just changing the url for "remote origin" in the .git/config file should do it. You can do it manually, or using the git-config porcelain.