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 trial

Development Tools Git Basics Workflows A Day in the Life of a Git Project

Animation not that helpfull

This is the first time in my track that I get the feeling those animation videos are more confusing than helpfull. Tomm talks about a specific branch but there are several drawn and at least in my case that causes some confusion, which i don;t think is necessary.

The generall idea of those branches comes through but when it comes to specific branches, it might have been better to just draw those single branches. But maybe i should just make a brake and get some sleep ;-)

Generally in the git-course i think a bit more of those explanations and examples would be better along the time in the console, as it seems to be crucial to understand which branch is where, at what time.

3 Answers

Naomi Freeman
STAFF
Naomi Freeman
Treehouse Guest Teacher

Nah. Most important thing to know is when your console freaks out at you and you confuse git pull and push order and need to merge.

You need to

  1. type a message
  2. ctrl + x
  3. y
  4. enter

then git push

This might make no sense to you now, but if you work in a team and get trapped on a white screen, you'll know lol

I got this one during my bootcamp and found it confusing and the Treehouse one easy, but maybe if you find the Treehouse one not concrete, this might help:

https://try.github.io/levels/1/challenges/1

thanks looks cool ;-)

Honestly, the animation looks like it belongs to a different set of lectures. There are things going on in that video that are completely unexplained.