Skip to content

Instantly share code, notes, and snippets.

@iterion
Last active August 29, 2015 13:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iterion/9146837 to your computer and use it in GitHub Desktop.
Save iterion/9146837 to your computer and use it in GitHub Desktop.
Push your code to GitHub
  1. Go to (github)[github.com] and create an account if you haven't already
  2. Create a new repository to for your app
  3. Click the green "New repository" button on the GitHub homepage once you've signed in
  4. Give your repository a name
  5. From the repositories page on GitHub copy the SSH Clone URL to your clipboard
  6. In your project directory in the terminal type: git remote add github <<clone url>>
  7. Now, you can push your code to github: git push github
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment