Add remote2
as a remote
$git remote add remote2 [email protected]:repo2.git
View remotes
$ git remote -v
remote2 [email protected]:repo2.git (fetch)
Add remote2
as a remote
$git remote add remote2 [email protected]:repo2.git
View remotes
$ git remote -v
remote2 [email protected]:repo2.git (fetch)