| description | This course gets you using GitHub from zero, from clicking your first repository into existence in a browser to working comfortably on your own machine. The reason to learn it is practical: almost every kind of long-term written work is moving here, and its real value is not storage but the fact that everything you do leaves a timestamped, traceable record nobody can fake. In an age when anyone can generate polished claims, that record speaks louder than any self-introduction. It is not field-specific either, and people who never write code can put their work on display here just as well. By the end you can manage your own projects, tell what belongs public from what belongs private, bring the right people in to work with you, and hand someone a record they can click into. No command line anywhere. |
|---|---|
| github_about | A beginner-friendly introduction to the basic GitHub workflow: creating repos, branches and PRs, access control, and GitHub Desktop. No command line, and not only for people who write code. |
GitHub is the industry standard for managing and collaborating on text. Code, documents, notes, anything that exists as words gets version history, collaboration tools, and a permanent record the moment you put it there. Many people assume this is programmer-only territory, when what it is really built on is work plus social: your work gets a home, and that home comes with a profile, approval, attention, and a timeline nobody can fake. This course teaches the core basic workflow, starting entirely in the browser, expanding into access control, and landing on GitHub Desktop locally, with no command line anywhere.
By the end you have a whole workflow you can run yourself: managing a project on your own, using branches to try things safely before merging the results back into the main line, deciding precisely who can read and who can change, letting a program act on your behalf, and doing all of it comfortably from your own machine. This is the path real teams walk every day, and once you have it you have the basic literacy to take part in modern collaborative projects. The more practical payoff is that you now have a public, timestamped place to keep what you have done, and today a record someone can click into and inspect is worth more than any adjective on a resume. The course level is basic, and the depth covers exactly what it takes to run one full round on your own.
This is a pure reading course. There is no environment to set up and no extra tooling required. The content is split into numbered Tasks under the examples directory, so start with the series index in the first one and read straight down by number, with a TICKET in every Task to check on the spot whether it really stuck. To begin, enter through README.md at the repository root.