Search code examples
gitcommand-line-interfacegit-shell

Is there a "more" command that can be used in the Git shell in windows?


The git shell has a few useful commands that aren't part of windows usual cmd (ls,git grep).

Is there a command like *nix's

more filename.ext

available in the git shell?


Solution

  • I have MSys Git v1.8.5.2. It has less command. Here is good article about both of them.