.. index:: single: gitlog 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 ------ .. code:: powershell gitlog [] 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 Related links ------------- - https://thecarisma.github.io/Cronux - https://git-scm.com/docs/git-log