git ssb

39+

cel / git-ssb



Tree: 9879cbb757d4bcde4e81cb784c35900a61a22bd6

Files: 9879cbb757d4bcde4e81cb784c35900a61a22bd6 / lib / remote-helper.js

278 bytesRaw
1exports.help = `
2Usage: git-ssb remote-helper <repository> [<URL>]
3
4 git-ssb remote-helper. Should be aliased to git-remote-ssb.
5
6 See gitremote-helpers(1) for more info.
7`
8
9exports.fn = function () {
10 process.argv.splice(1, 1)
11 require('git-remote-ssb/git-remote-ssb')
12}
13
14

Built with git-ssb-web