11

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?

StuperUser
  • 10,555
  • 13
  • 78
  • 137

1 Answers1

14

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

Community
  • 1
  • 1
amaslenn
  • 797
  • 9
  • 16