Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Introduction & 8 Things to be Good at Github

Introduction & 8 Things to be Good at Github

Deck from the talk I gave at Parsons, introducing Git, GitHub, and teaching a few of the most useful aspects of GitHub.

Scott J. Roberts

April 20, 2013
Tweet

More Decks by Scott J. Roberts

Other Decks in Technology

Transcript

  1. add

  2. This is a great example of how Markdown is awesome...

    ## Hello World History A "Hello world" program is a computer program that outputs "Hello, world" on a display device. Because it is typically one of the simplest programs possible in most programming languages, it is by tradition often used to illustrate to beginners the most basic syntax of a programming language, or to verify that a language or system is operating correctly. [Wikipedia: Hello World](https://en.wikipedia.org/wiki/Hello_world_program) ## Hello World Quote! > Eventually I found it had been working all along-but didn't show anything on screen until it had the first full page of text. I inserted 30 new lines, and suddenly my toy said 'hello world'. An hour later I understood alphabet shifting rather better! Graham Nelson ## Hello World Example Languages * [C](./hello-c.c) * Python * Ruby * HTML * CoffeeScript (in a branch) ## Hello Git Written By @sroberts ## Crazy Hello World Image! ![](http://www.ngeeks.com/en/wp-content/uploads/2012/11/Hello-World.png)
  3. <p>This is a great example of how Markdown is awesome&#8230;</p>

    <h2 id="helloworldhistory">Hello World History</h2> <p>A &#8220;Hello world&#8221; program is a computer program that outputs &#8220;Hello, world&#8221; on a display device. Because it is typically one of the simplest programs possible in most programming languages, it is by tradition often used to illustrate to beginners the most basic syntax of a programming language, or to verify that a language or system is operating correctly.</p> <p><a href="https://en.wikipedia.org/wiki/Hello_world_program">Wikipedia: Hello World</a></p> <h2 id="helloworldquote">Hello World Quote!</h2> <blockquote> <p>Eventually I found it had been working all along-but didn&#8217;t show anything on screen until it had the first full page of text. I inserted 30 new lines, and suddenly my toy said &#8216;hello world&#8217;. An hour later I understood alphabet shifting rather better!</p> </blockquote> <p>Graham Nelson</p> <h2 id="helloworldexamplelanguages">Hello World Example Languages</h2> <ul> <li><a href="./hello-c.c">C</a></li> <li>Python</li> <li>Ruby</li> <li>HTML</li> <li>CoffeeScript (in a branch)</li> </ul> <h2 id="hellogitwrittenby">Hello Git Written By</h2> <p>@sroberts</p> <h2 id="crazyhelloworldimage">Crazy Hello World Image!</h2> <figure> <img src="http://www.ngeeks.com/en/wp-content/uploads/2012/11/Hello-World.png" alt="" /></figure>
  4. it