Skip to content

Instantly share code, notes, and snippets.

@kjerk
kjerk / git-loglive.ps1
Last active December 28, 2015 19:29 — forked from ofiesh/git-loglive
Powershell version for git-loglive with cmdlet binding for default params and documentation sytax so get-help works on the command.
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