diff options
author | dweller <dweller@cabin.digital> | 2024-03-09 03:00:27 +0200 |
---|---|---|
committer | dweller <dweller@cabin.digital> | 2024-03-09 03:00:27 +0200 |
commit | 0547224f24a0092ac0f27e15425cffe33602dfc8 (patch) | |
tree | 2caeea6198058f674ad14f8ac4c4345d1aeb4c90 /README | |
parent | 46cbece3d34830ab5bc995e4c39aab0deed33bab (diff) |
Add an example to README
Diffstat (limited to 'README')
-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. |