git log で表示される画面の操作方法メモ

コマンドプロンプトで git log を実行したけど画面の操作方法が分からない人へ

h キーを押すとヘルプが表示されますよ!

ヘルプの内容も貼っておきます

                   SUMMARY OF LESS COMMANDS

      Commands marked with * may be preceded by a number, N.
      Notes in parentheses indicate the behavior if N is given.

  h  H                 Display this help.
  q  :q  Q  :Q  ZZ     Exit.
 ---------------------------------------------------------------------------

                           MOVING

  e  ^E  j  ^N  CR  *  Forward  one line   (or N lines).
  y  ^Y  k  ^K  ^P  *  Backward one line   (or N lines).
  f  ^F  ^V  SPACE  *  Forward  one window (or N lines).
  b  ^B  ESC-v      *  Backward one window (or N lines).
  z                 *  Forward  one window (and set window to N).
  w                 *  Backward one window (and set window to N).
  ESC-SPACE         *  Forward  one window, but don't stop at end-of-file.
  d  ^D             *  Forward  one half-window (and set half-window to N).
  u  ^U             *  Backward one half-window (and set half-window to N).
  ESC-(  RightArrow *  Left  8 character positions (or N positions).
  ESC-)  LeftArrow  *  Right 8 character positions (or N positions).
  F                    Forward forever; like "tail -f".
HELP -- Press RETURN for more, or q when done

これで終了するために毎回コマンドプロンプトを閉じる必要はありませんね!!