11.7 Conclusion
Congratulations! You now know enough Git to be dangerous—which means, with Part I and Part II, you know enough developer tools to be dangerous as well.
There’s a lot more to learn, and if you continue down this technical path you’ll keep getting better at using Git for years to come, but with the material in this tutorial you’ve got a great start. For now, you’re probably best off working with what you’ve got, applying your technical sophistication (Box 8.2) when necessary. Once you’ve gotten a little more experience under your belt, I recommend seeking out additional resources. Here are some suggestions for getting started:
Pro Git by Scott Chacon and Ben Straub (https://git-scm.com/book/en/v2)
Learn Git at Codecademy (https://www.codecademy.com/learn/learn-git)
Git tutorials (https://www.atlassian.com/git/tutorials) by Atlassian (makers of Bitbucket)
Tower Git tutorials (https://www.git-tower.com/learn/)
At this point, you are in an excellent position to collaborate with millions of software developers around the world. You are also well on your way to becoming a developer yourself. Regardless of your ultimate goals, you can continue improving your dev skills with the rest of the core Learn Enough sequence:
Learn Enough Developer Tools to Be Dangerous
Part I: Learn Enough Command Line to Be Dangerous
Part II: Learn Enough Text Editor to Be Dangerous
Part III: Learn Enough Git to Be Dangerous (you are here)
Web Basics
Learn Enough HTML to Be Dangerous (https://www.learnenough.com/html)
Learn Enough CSS & Layout to Be Dangerous (https://www.learnenough.com/css-and-layout)
Learn Enough JavaScript to Be Dangerous (https://www.learnenough.com/javascript)
Application Development
Learn Enough Ruby to Be Dangerous (https://www.learnenough.com/ruby)
Ruby on Rails Tutorial (https://www.railstutorial.org/)
Learn Enough Action Cable to Be Dangerous (https://www.learnenough.com/action-cable) (optional)
Good luck!