Skip to content

Instantly share code, notes, and snippets.

@happypeter
Created August 21, 2009 07:44
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save happypeter/171713 to your computer and use it in GitHub Desktop.
Save happypeter/171713 to your computer and use it in GitHub Desktop.
Peter's first gist
#include <stdio>
int main()
{
printf("what is gist?\n");
/*
* I am making a change with git, click "this gist" shown below
*1. clone it down from github
*git clone git@gist.github.com:171713.git gist-171713
*2. change it and push it
*3. now you see the change in the html page
*
* */
}
@happypeter
Copy link
Author

it is also nice to embed this in a blog or tutorial

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment