We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d92b7e commit 47d4c21Copy full SHA for 47d4c21
readme.md
@@ -227,7 +227,7 @@ $repo->removeRemote('origin');
227
228
// changes remote URL
229
$repo->setRemoteUrl('remote-name', 'new-repository-url');
230
-$repo->removeRemote('upstream', 'https://github.com/czproject/git-php.git');
+$repo->setRemoteUrl('upstream', 'https://github.com/czproject/git-php.git');
231
```
232
233
**Troubleshooting - How to provide username and password for commands**
0 commit comments