Skip to content

Instantly share code, notes, and snippets.

Verifying my Blockstack ID is secured with the address 12rBKBXaZNtJBpdzScoYPL5ZCic5ABuhwU https://explorer.blockstack.org/address/12rBKBXaZNtJBpdzScoYPL5ZCic5ABuhwU
Verifying that "humishum.id" is my Blockstack ID. https://onename.com/humishum
@humishum
humishum / gitWorkshop.txt
Last active July 19, 2016 11:00
Github Workshop
$ 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