-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Description
Why: The current version-control page is just a generic overview, slightly flavored with git. The github docs is also more a of UI and feature tour. Both assume git knowledge.
What: Beginner-focused content should walk through specific use cases that developers struggle with. By sticking to UI-based flows, those pages can lower the steep learning curve that most git guides have.
How: We'll add a new top-level /git
docs category with a handful of short scenario-based articles. Anything that new developers need help with can be considered, prioritizing topics that cover most common use cases and pitfalls.
🚧 Draft ideas for topics, to be discussed:
- Track and commit changed files
- Resolving merge conflict
- Checkout a remote branch
- Create a github pull requests
- FAQ for misc details
TBD:
- Brainstorm initial topics and converge on a shortlist
- Outline for top 3
- Create articles (2 pager)
What git issues do developers struggle with most?
Search results on google are probably more driven by frustration than importance/frequency of the use case.