Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 1.5 KB

Collaborating-Like-a-Hacker.markdown

File metadata and controls

29 lines (22 loc) · 1.5 KB

Collaborating Like a Hacker

Github provides great collaboration tools. You can do a lot of great things without ever touching a command line, or git (or even knowing what git is). Below we describe some very basic workflows. There is a lot more great help available at help.github.com -- especially the Bootcamp and Collaborating sections. Note that many of these help articles do expect you to use git on the command line. But for simple workflows, you should not have to.

Create a Document from Scratch

  1. Press the "New repository" button
  2. Check the box to "Initialize this repository with a README"
  3. Visit http://prose.io/ to create and edit markdown files
  4. Authorize prose.io with your github account
  5. Click on the icon for your repository (it is normally at the top.
  6. Click "+New File" button
  7. Edit your file. Explore prose.io, it is very simple and elegant

Fork a Repository

The screenshot below is from https://help.github.com/articles/fork-a-repo:

Fork a repository instructions

Delete a Repository

  1. Go to repository page on github
  2. Click the "Admin" tab
  3. Go to the bottom and click "Delete this repository"
  4. Enter the name of the repository when prompted