Rename a remote url in git
As you can tell, the sytax for the command is
git remote rename deploy testing
git remote rename oldName newName
                        
As you can tell, the sytax for the command is
git remote rename deploy testing
git remote rename oldName newName