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 Introduction to Git First Commits Viewing Changes to a File

Console doesn't let me clear the screen after typing git log -p or git diff

When I type git log -p or git diff, I get the status in the console, then at the end of the status, it says "(END)" , instead of showing, "treehouse:-/workspace/medals$" , for the directory it stays there and when I try to type clear or anything it does nothing, So, I have to end up closing the console and it starts me all the way back over, its frustrating.

1 Answer

Balazs Peak
Balazs Peak
46,160 Points

The default pager app for git diff is less. You can quit less by simply pushing the key "Q" on your keyboard. You can get help by pushing "H".