This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Verifying my Blockstack ID is secured with the address 12rBKBXaZNtJBpdzScoYPL5ZCic5ABuhwU https://explorer.blockstack.org/address/12rBKBXaZNtJBpdzScoYPL5ZCic5ABuhwU |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Verifying that "humishum.id" is my Blockstack ID. https://onename.com/humishum |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ git init RepoName | |
| $ cd RepoName | |
| --Create file-- | |
| $ git add filename.txt | |
| $ git commit -m"This is a commit message." | |
| --Creat Repo on github.com | |
| $ git remote add origin https://github.com/user/reponame.git | |
| $ git push -u origin master |