Add howto use
I found the git alias while googling (in the context of getting git running on gg.cmd).
According to https://github.com/jbangdev/jbang-catalog/blob/5ce1990c5b467da96ebf457b19996fc3600e38b6/jbang-catalog.json#L20, the alias git should work.
But I get a not-found error.
> jbang git --help
[jbang] [ERROR] Script or alias could not be found or read: 'git'
[jbang] Run with --verbose for more details. The --verbose must be placed before the jbang command. I.e. jbang --verbose run [...]
Wish: Describe in README.md in THIS repository how to use this catalog.
Maybe, it is "enough" to use the link which will result from the fix at https://github.com/jbangdev/jbang.dev/issues/77.
Maybe, this repo should be archived, because the "new" location is https://github.com/jbanghub/jbang-catalog?
If yes, then also state it in the README.md.
Maybe, this repo should be archived, because the "new" location is https://github.com/jbanghub/jbang-catalog?
No, those are two different catalogs. But it could indeed be useful to show in the README how the aliases (and templates) in this catalog should be addressed (it's by adding @jbangdev btw, so it would be jbang git@jbangdev. Any GitHub/GitLab/Bitbucket org/owner which has a jbang-catalog repo can be used this way)
jbang git@jbangdev works for me + readme now documents it.