Skip to content

Instantly share code, notes, and snippets.

@cchoi12
Last active June 16, 2016 02:21
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 cchoi12/daebc288f753f292d89a88f07d400a1f to your computer and use it in GitHub Desktop.
Save cchoi12/daebc288f753f292d89a88f07d400a1f to your computer and use it in GitHub Desktop.

Hello World

Hello World

Hello World

Hello World

Hello World
Hello World
  • List Item 1
  • List Item 2
  • List Item 3

(3 ticks) def code end (3 ticks)

bold

italics

--- heavy line

=== light line

example link

If you want something on another line with a space between the lines use the enter key.

If you want something on another line with a space between the linesXX <<(here)
Put 2 spaces at the end of the line (where the Xs are above)

To make a table:

Your Git Workflow :)
git status Check status
git add . Add everything to the repository
git status Check status
git commit -m 'Your comment' Commit everything (-m means message)
git status Check status*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment