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

StuperUser picture StuperUser · Mar 5, 2014 · Viewed 7.2k times · Source

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?

Answer

amaslenn picture amaslenn · Mar 5, 2014

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