Skip to content

Instantly share code, notes, and snippets.

@cakesmith
Last active August 29, 2015 14:03
Show Gist options
  • Select an option

  • Save cakesmith/afb2ee23f40afab6270d to your computer and use it in GitHub Desktop.

Select an option

Save cakesmith/afb2ee23f40afab6270d to your computer and use it in GitHub Desktop.
  • create repository at github

  • in project directory:

    • git init
    • git add .
    • git commit -m 'initial commit'
    • git remote add origin https://github.com/cakesmith/repo.git
    • git push origin master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment