pcottle / learnGitBranching

An interactive git visualization and tutorial. Aspiring students of git can use this app to educate and challenge themselves towards mastery of git!
https://pcottle.github.io/learnGitBranching/
MIT License
30.45k stars 5.74k forks source link

Thank you! #498

Open cg-cnu opened 5 years ago

cg-cnu commented 5 years ago

https://learngitbranching.js.org is one of the best resources I found on git. It really made me fearless in terms of git branching. I just want to thank @pcottle and all the contributors for building it.

Cheers!

pcottle commented 2 years ago

Neat @andre-wojtowicz! If you'd like to add a link to the README with a little explanation, I'd happily accept that PR.

naughtyJun commented 2 years ago

I am introduced by coworkers. Then I play this game. It's not only more fun than look pro-git but also spend less time to study. I think it is very nice tutorial. I already recommend this to my friend. Thank you!

RaheemAmer commented 2 years ago

Thank you. I'm coming from an internship program at ALX and they highlighted that this is the best website to learn git and I couldn't agree more with them. Everything is so simple to learn and understand thanks to the cool layout and awesome animations. Keep up the fantastic work πŸ’―

PaulHaze commented 1 year ago

Just adding my voice to thanks as well. Its really helped me to visualize exactly what is going on with things like rebasing and what not. Awesome tool + great work....

kk9uk commented 1 year ago

@pcottle You made Git incantations now intuitive to me! Great work!

RichardSquires commented 1 year ago

@pcottle I just started using Git full time and coming from TFS environment this site has been super helpful! The tutorials help me remember how to work with git and the sandbox help me practice and visualize my current predicament! Keep up the awesome work!

rafaover commented 1 year ago

Amazing App. I'm sending to a whole batch of students. Amazing work. Keen to contribute with the project if possible.

maxoliverbr commented 10 months ago

What a great way to learn git ! Fun, simple and challenging ! Congrats ! πŸ‘

Sovann72 commented 8 months ago

Going through the tutorial for an hour now and it blows my mind. Easy and fun as the docs mention. Keep on goingβœ¨πŸ‘πŸ™

colematt commented 8 months ago

Allow me to "reopen" this "issue, @pcottle :clap: :raised_hands: I'd like to give a huge thank you for what you've created here. My students semester after semester tell me they loved going through your site (as opposed to me lecturing for an hour to tell them what git does).

The confidence they gain is so crucial; many of them come into my class with absolutely no version control experience, and used to think that collaborating on code meant sending emails or handing around thumb drives. I would love to see this project become an official part of Github Education's official tutorial.

pcottle commented 8 months ago

That's great to hear @colematt! I had a similar experience with Vim and the Vim Adventures website myself.

I found vim to be super intimidating, and it hurt my confidence in being a software engineer while I was a student (especially seeing my peers use it). But then I played their interactive lessons, got a ton better, and then was able to use vim in the real world on real projects. Conquering that challenge then gave me the confidence to keep studying propelled me onto future projects and eventually a job at a real tech company.

So it means a ton to me that other students are finding these lessons valuable in their journey as well πŸ˜‡ thanks for dropping by and writing this up!