Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save dobbsryan/25a1fcafc45515443b5fe071bc4231e8 to your computer and use it in GitHub Desktop.
Save dobbsryan/25a1fcafc45515443b5fe071bc4231e8 to your computer and use it in GitHub Desktop.
  1. create github gist on github site

  2. copy url of gist

  3. from command line on local development machine:

git clone gist-url-from-github name-of-new-directory-for-gist
  1. cd into name-of-new-directory-for-gist and open file in text editor

  2. make changes and save

  3. do initial commit:

git commit -am 'initial commit'
  1. do initial push back up to github
git push
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment