gitlog

Print the repository log.


File Name  : gitlog.ps1
Author     : Adewale Azeez - iamthecarisma@gmail.com
Date       : Sep-06-2020

An alias for the git command to show the log in a git repository.

Before executing the command you have to change directory to the repository folder and you must have git installed on your Windows

Syntax

gitlog [<CommonParameters>]

Parameters

CommonParameters

This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable, and OutVariable. For more information, see about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).

Inputs

System.String[]

Outputs

git log

EXAMPLE 1

gitlog

Print out the commit log of the repository