diff options
-rw-r--r-- | README | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -24,6 +24,13 @@ Install/Usage: 4. That's it for the remote, now copy (or `ln -s` from this repo) `git-description` and `git-mkremote` to somewhere that is in your $PATH. Now you can access them by calling `git mkremote/descremote`. All of them provide usage example when called without arguments; + Example: + ``` + $ 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 + ``` 5. That's it! Now you can create remotes easily from the comfort of your terminal, like a normal terminally terminal person. |