Would you like to clone this notebook?

When you clone a notebook you are able to make changes without affecting the original notebook.

Cancel

untitled notebook

node v18.11.0
version: master
endpointsharetweet
const hostedGitInfo = require("hosted-git-info") const info1 = hostedGitInfo.fromUrl("git@github.com:group/repo.git", {}) console.log('info1', info1, info1.toString()) const info2 = hostedGitInfo.fromUrl("git@gitlab.example.com:group/repo.git", {}) console.log('info2', info2)
Loading…

no comments

    sign in to comment