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

Fork Me!

James Ford
January 09, 2014

Fork Me!

Getting into GitHub, for fun, kudos and all that jazz.

James Ford

January 09, 2014
Tweet

More Decks by James Ford

Other Decks in Technology

Transcript

  1. Fork Me! Getting into for fun, profit kudos and all

    that jazz. Say “Hello!” to the Octocat
  2. sharing your code... collaborating on projects forking repositories ...with the

    world resolving issues kudos grouping your projects making git easier to manage
  3. [ it’s their old logo, but it still fits. ]

    Open Source + Social Networking
  4. GitHub... • Hosts your code repositories. • Lowers the barriers

    to entry for you to contribute to other projects. • Promotes you & your contributions.
  5. It’s Gamification! GitHub encourages you to contribute to the development

    community, through • Repo & Page hosting • Gists • Wikis • Stats & Graphs • Issues Management • Easy Pull Requests • Easy Forking All of which shows up on your profile!
  6. Forking repositories • Repositories are editable only by their owner.

    • Forking creates a separate copy of the original repository which ‘belongs’ to you. • Forks are like branches - they can be merged back into the original repository as contributions.
  7. Contributing to other repositories • Found a bug? Fork it,

    Fix it and submit a Pull Request. • Not worth Forking? You can edit files straight away through the GitHub web interface. • Creating or resolving issues, or adding or editing Documentation also counts as contributing.
  8. Getting help & tracking issues • GitHub repositories have built-in

    issue tracking. • Raise an issue or feature request on a project to get some support from its author. • It has all the snazzy features you’d expect.
  9. • GitHub can host a static website straight from a

    repository. • Can use the jekyll static site generator, or just upload plain old HTML. • Content created on the gh-pages branch of a repository becomes the website. Using Pages to promote your work
  10. GitHub-flavoured Markdown • Even without a Pages website, documentation is

    an important part of successful projects, and Markdown syntax is a big part of that. • GitHub-flavoured Markdown is an enhanced version of Markdown, and has a nice editor. • README.md files get shown alongside your source code in the GitHub interface.