This repository contains an interactive HTML presentation about Git version control system. The presentation covers fundamental Git concepts, commands, and workflows designed for professional developers.
Features:
- 🎯 Comprehensive Git tutorial from basics to advanced topics
- 🌐 Available in both English and Spanish
- 📱 Responsive design that works on desktop and mobile
- 🎨 Interactive slide-based presentation using Shower framework
- ⚡ Live development server with hot reload
Topics Covered:
- Version control fundamentals
- Git installation and configuration
- Basic Git workflow (add, commit, push, pull)
- Branching and merging strategies
- Working with remote repositories
- Git best practices and troubleshooting
View:
http://Mgldvd.github.io/git-presentation/
- Bun - A fast all-in-one JavaScript runtime
-
Install dependencies:
bun install
-
Start development server:
bun run dev
This will start a local server at
http://localhost:8888and automatically open the presentation athttp://localhost:8888/gh-pages/index.html
bun run dev- Start development server with file watching
To push changes into gh-pages
git subtree push --prefix gh-pages origin gh-pages