My problem is, I've added a remote of live to a current repo.
$ git remote add live ssh://user@myserver:port/directory
I've then pushed this repo to bitbucket and then cloned on another machine, however when clone the repo it doesn't have the remote settings that I put in the initial repository.
I have to add it every time, is there a way to add it so that it works across the board - or works within each repo that I add it to? Or am I doing something wrong when I add the live remote?
Thanks