Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialGraham Davidson
Courses Plus Student 14,966 PointsReading the GIT Tree
Hi does anyone know of a tutorial that explains how to read the Git Tree - honestly I might as well be looking at double Dutch - I was ok until merging started occurring. I have completed the GIT Basics course on Treehouse and now working through Git Immersion - but all that says is that its tricky to read - an indeed the are correct.
2 Answers
John W
21,558 PointsGithub has an OK interface for visualizing the Git "tree".
Personally I use GitX to visualize mine (on a mac). It is lightweight and free.
Scott Lundgren
Courses Plus Student 12,521 PointsIn my .gitconfig I have in [alias]
hist = log --pretty=format:\"%h %ad | %s%d [%an]\" --graph --date=short