Publishing To GitHub
Last updated
Last updated
One day this will be done automatically. Until then, it'll need to be done manually.
To initialize a repo run the following in the root of your project:
Go to and create a new repo.
You should name the repo interactive_YOUR-PROJECT-NAME-HERE
.
After you create it you should see a GitHub URL that looks like this:
Connect this repo to your folder by running the following (providing that GitHub URL):
Once you've done this, you can use all the usual git
commands to publish to Github, including git add
, git commit
, and git push
. See for more on those.