Learn Git by Building an SQL Reference Object

I am stuck at the git log, it does not seem to end. i tried scrolling all the way down, resetting the lesson, reloading the page, accessing another terminal.

try Ctrl+C, or press q when you are at the end, but yeah, a git log is incredibly long if you don’t limit it someway

1 Like

Hello @de3fla
You are in a terminal, thus resetting the lesson is not going to affect it. The terminal is independent from the lesson (I thought you might want to know).
When you issue the command git log in the terminal you are entering a vim style motion mode, that means that to quit you need to enter the letter q at the colon. If you want to scroll down to the bottom, you can press the letter capital G, but going to the bottom is not going to exit you from it. If you press the character h it will give you some clear help.

1 Like

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.