git init with different remote name code example
Example 1: set git origin
git remote add origin git@git.assembla.com:portfolio/space.space_name.git
Example 2: github add new origin
git init .
git remote add origin <http/someURL>
git pull origin master