This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function Git-Loglive() | |
{ | |
<# | |
.SYNOPSIS | |
Outputs git log information live. | |
.DESCRIPTION | |
Outputs log information in a loop with a specified polling rate. | |
.PARAMETER lines | |
The number of log lines to output. | |
.PARAMETER sleep |