diff options
author | dweller <dweller@cabin.digital> | 2024-03-09 03:17:16 +0200 |
---|---|---|
committer | dweller <dweller@cabin.digital> | 2024-03-09 03:17:16 +0200 |
commit | 315d88f69136cb98e526133dea46aa8de11ebc84 (patch) | |
tree | 3a7872c4e79e57babae3b35b40024f4459d926b2 | |
parent | 0547224f24a0092ac0f27e15425cffe33602dfc8 (diff) |
better wording for example in the README
-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 |