summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README7
1 files changed, 7 insertions, 0 deletions
diff --git a/README b/README
index e33a6b3..31a18a0 100644
--- a/README
+++ b/README
@@ -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.