diff options
-rw-r--r-- | README | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -28,8 +28,8 @@ Install/Usage: ``` $ git mkremote Usage: git-mkremote <name> <server> <repo name> [description] - $ git mkremote local git@local.lan public/gitscripts collection of scripts for git - $ git push --set-upstream local master + $ git mkremote remote git@remote.lan public/gitscripts collection of scripts for git + $ git push --set-upstream remote master ``` 5. That's it! Now you can create remotes easily from the comfort of your terminal, like a normal |