I built an interactive terminal tutorial for learning lazygit (13 hands-on lessons) #5305
ywc0008
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone! I made an interactive, hands-on tutorial for learning lazygit — right in your terminal.
https://github.com/ywc0008/lazygit-tutorial
Instead of just reading docs, you actually practice each concept in an isolated Git environment with automated verification.
How it works:
setup.shcreates a realistic Git scenario in/tmp/(your real repos are never touched)check.shautomatically verifies your work13 lessons covering:
Features:
git clone https://github.com/ywc0008/lazygit-tutorial.git cd lazygit-tutorial ./tutorial.shI built this because lazygit has so many powerful features (bisect, patch building, custom commands) that many people never discover. Hope this helps others get more out of this amazing tool!
Feedback and contributions welcome.
Beta Was this translation helpful? Give feedback.
All reactions