https://github.com/thehappyredwolf/webflyx
A repo I created while following the Learn Git course on the Boot.dev website.
https://github.com/thehappyredwolf/webflyx
branching git gitignore merge rebase remote reset
Last synced: about 1 month ago
JSON representation
A repo I created while following the Learn Git course on the Boot.dev website.
- Host: GitHub
- URL: https://github.com/thehappyredwolf/webflyx
- Owner: thehappyredwolf
- Created: 2025-12-22T15:00:55.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2026-04-13T12:26:25.000Z (2 months ago)
- Last Synced: 2026-04-13T14:21:05.305Z (2 months ago)
- Topics: branching, git, gitignore, merge, rebase, remote, reset
- Homepage: https://www.boot.dev/courses/learn-git
- Size: 6.84 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Learn Git
My solutions for the [Boot.dev](https://www.boot.dev/courses/learn-git) **Learn Git** course - an introduction to Git fundamentals for beginners.
**Note:** Please don't copy these solutions. Use them as a reference after attempting the problems yourself.
## Chapters
1. Introduction
2. Repositories
3. Commits
4. Branches
5. Merging
6. Remotes
7. Rebasing
8. Collaboration
9. Practice
10. Quiz