Skip to content

Instantly share code, notes, and snippets.

@i-Hun
Created May 24, 2013 14:23
Show Gist options
  • Save i-Hun/5643872 to your computer and use it in GitHub Desktop.
Save i-Hun/5643872 to your computer and use it in GitHub Desktop.
The process for doing this for GitHub is to first create a new repository, then follow the standard practice to get the package's code within that repository.
$ git init
$ git add -A
$ git commit -m "Created Errors Package"
$ git remote add origin https://github.com/tmeasday/meteor-errors.git
$ git push origin master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment