Analysis updated 2026-05-18
Learn Git and GitHub fundamentals from zero in Spanish
Practice the local Git workflow with a guided hands-on lab
Use the included cheat sheets and slide deck as ongoing reference material
| 7on2/curso-git-github-desde-cero | 3b1b/site_demo | 5bv57zcm44-max/noxus-ai-open-whatsapp | |
|---|---|---|---|
| Stars | 27 | 27 | 27 |
| Language | — | Shell | TypeScript |
| Last pushed | — | 2021-04-10 | — |
| Maintenance | — | Dormant | — |
| Setup difficulty | — | easy | moderate |
| Complexity | — | 1/5 | 4/5 |
| Audience | general | general | developer |
Figures from each repo's GitHub metadata at analysis time.
This repository is a Spanish-language beginner course on Git and GitHub. Git is a tool developers use to track changes to their code over time, and GitHub is the website where those projects are stored and shared. The course is written for someone who has never used either before. The learning path is organized into 11 numbered blocks, starting with the basics of version control, then moving through setting up Git on your computer, creating your first local project, saving changes, undoing mistakes, organizing files with gitignore, and finally working with branches and merging conflicting changes. There is also a bonus section with a playful Loki-themed lesson. Alongside the written lessons, the course includes a hands-on lab where you can practice the basic cycle of modifying files, staging them, and confirming the save. Supporting materials include a PDF slide deck covering all the topics and a Linux command-line cheat sheet, since using Git typically involves typing commands in a terminal. The course intentionally stops at git revert, which is the command for undoing a saved change. More advanced topics such as rebasing, stashing, and cherry-picking are mentioned as optional further reading for anyone who wants to go deeper. The material is still in progress.
This repo across BitVibe Labs
Verify against the repo before relying on details.