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 Getting Started With Git An Old-Fashioned Git-Together

getting started with git

i am stuck . please help

Emil Rais
Emil Rais
26,873 Points

Certainly, Barbra. Which part is causing you trouble?

I just made some more changes to the repository - check the repository status to see what I did.

3 Answers

Emil Rais
Emil Rais
26,873 Points

To examine the status of the current git repository:

git status

thank you, i have been stuck for days.

now cant pass this one: Take a look at the history log to verify that we're looking at the older commit.

Emil Rais
Emil Rais
26,873 Points

To examina the log of the current git repository:

git log

i think there something wrong with treehouse. i have been doing that but it was rejecting.

now this final stage isnt passing again.
Now let's check out the most recent commit (remember git calls this HEAD) so that we're ready to continue working.

finally finished . thank you @ Emil

Emil Rais
Emil Rais
26,873 Points

You're welcome, Barbra.