want to commit, fix errors and send changes them to the GIT repository, but the number of messages exceeds the number of rows displayed in the Unix command line so I cant read error messages. How can I save GIT commit messages to the file or possibly increase the number of lines displayed on the Unix command line?
It seems that in this GIT build uses hooks, it shows messages like:
/usr/local/scripts/act check test-file --file-www/htdocs/doms/netflow/scripts/read.php --verbose
Logging output to toLogs
[ OK ] php lint for /www/htdocs/doms/netflow/scripts/read.php - no errors
[ OK ] code-wrangler audit-php for /www/htdocs/doms/netflow/scripts/read.php - no errors
[ OK ] No Errors Detected
Thanks.