Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 1.39 KB

GitHub101.md

File metadata and controls

13 lines (9 loc) · 1.39 KB
  1. Make sure you have a GitHub account. If you don't, you can sign up for one here.
  2. Beginners can just click "edit", make changes to the text, and click "commit changes" at the bottom of the page.
  3. Non-beginners can just send a Pull Request.
  4. Finally, participants.md is written using Markdown.
  5. Add your github user name to participants.md

If you're interested in who came up with a certain idea (or who edited your own idea), click "blame" on the ideas.md page. It's great introduction to appreciating the features of Git and GitHub.

To view a log of changes to this repository, click on "commits". When you click on a commit, you can see which changes were made, line-by-line. This is called a "diff".

To view a list of proposed changes, click on the "Pull Requests" icon (it's on the right side of the page).

If you have a question about anything here, click on the "Issues" icon (also on the right side of the page). It's good etiquette to browse through the Issues before you post your own--someone else may have already solved your problem!