git remote rename origin github
git remote add origin <DreamHost-git-URL>
# test and make sure the DreamHost origin works properly for fetch and push
git remote rm github
I prefer using the ‘git remote’ command instead of screwing about with the .git/config file by hand.