// the find
danielhe4rt/git4noobs
Aulão de Git para iniciantes
A Portuguese-language Git tutorial aimed at Brazilian beginners, walking through basic commands, branching, and GitFlow. It's a documentation-only repo — no code, just Markdown files structured as a course. Useful if your audience speaks Portuguese and is new to version control.
The command coverage is solid for a beginner resource: commits, branches, rebase, reset, stash, cherry-pick, and GitFlow all get their own dedicated pages rather than being crammed into one wall of text. The GitFlow section goes beyond the basics and includes commit message conventions, which is a practical gap most intro tutorials skip. The numbered directory structure makes it easy to read linearly or jump to a specific topic. Animated GIFs for stash scenarios are a nice touch for visual learners.
The last push was September 2024 and there's no sign of active maintenance — open PRs or issues may be rotting. The content is in Portuguese only, which is the point, but worth being explicit: this is not useful for anyone who doesn't read Portuguese. There's no interactive component or exercises — it's entirely passive reading, which limits retention for beginners who actually need to practice. GitFlow is taught as the default workflow, which is a real choice; trunk-based development or GitHub Flow get no mention, so beginners come out of it thinking GitFlow is standard practice.