when there are two remote repo i.e TanimuSaadu and origin. How can i push local repo1 to TanimuSaadu/repo1 code example
Example: how to push code to multiple github repository
git remote set-url --add --push origin git://original/repo.git
git remote set-url --add --push origin git://another/repo.git