GitHub is where people build software. More than 150 million people use GitHub to discover, fork, and contribute to over 420 million projects.
{//These fields are required"name":"example","status":"registered","specification":"https://w3c-ccg.github.io/did-spec/",//These fields are optional"contactName":"W3C Credentials Community Group","contactEmail":"","contactWebsite":"","verifiableDataRegistry":"DID Specification"} ...
git clone git@github.com:cheqd/did-registrar.gitcddid-registrar Running a DID Registrar Using Docker Build Docker container image using Dockerfile: docker build --target cheqd-did-registrar.--tag did-registrar:local Run the Docker container (modify according to your own build tags and other de...
“TortoiseGit” --> "Settings" --> "Network" 将"C:\Program Files\TortoiseGit\bin\TortoiseGitPlink.exe" 修改为"C:\Program Files\Git\bin\ssh.exe" 即可;
git clone https://github.com/digitalbazaar/did-method-key.git cd did-method-key npm install Usage use() This method registers a multibase-multikey header and a multibase-multikey deserializer and configures a driver to use a multibase-multikey deserializer to handle data using that multibase-mu...
GitHub GitHub Gists (獨立發行者) GitHub Utils (獨立發行者) GitLab (獨立發行者) Givebutter (獨立發行者) GlobalGiving Project (獨立發行者) Gmail GMO Sign GoFileRoom Google BigQuery - Dev (獨立發行者) Google Books (獨立發行者) Google Calendar Google Cloud Translation (獨立發行者) Google Contacts...
git config --global user.name userName git config --global user.email userEmail 分支43 标签27 youwenbusiadd transinfo in createEvidenced0004521年前 937 次提交 .ci fix ci 2年前 .github Update CI.yml 3年前 .one-button-release * One-Button Release shell script with release notes generator ...
Total 3 (delta 0), reused 0 (delta 0) remote: remote: Create a pull request for 'master' on GitHub by visiting: remote: https://github.com/benben/testBranch/pull/new/master remote: To github.com:benben/testBranch.git * [new branch] master -> master 1 2 3 4 5 6 7 8 9 10 ...
and you can discard any commits you makeinthisstate without impacting any branches by performing another checkout.If you want to create anewbranchto retain commits you create,you maydoso(now or later)by using-bwiththe checkout command again.Example:git checkout-b new_branch_nameHEADis now ...
github fork代码后提交 点击他人github上的fork 在自己的Github上将代码拷贝下来 git clone 在本地修改代码后创建分支 git checkout -b work master(work为新建的特性分支,可随便取名) git add . git commit -m '说明文字' 提交分支 git push origin work (work为分支名) 点击bra... ...