Skip to content

nuggit log

David Edell edited this page Jun 11, 2021 · 1 revision

date: 2021-06-09 section: 1p title: NUGGIT_LOG

\

Nuggit log

Display the git log of the root repository.

SYNOPSIS

To compare ahead and behind commits between the current and a specified branch, use --diff and --all. It is recommended pipe to more or less if -n is not used.

Example usage: nuggit log nuggit log -n <#> nuggit log --diff <branch name> nuggit log --diff --all <branch name> nuggit log --diff --all <branch-name> -n <#> -p

-n <#>

: Specify the number of commits to show.

--diff <branch name>

: Show the ahead commits; a branch name is required.

--all

: Show the ahead and behind commits ; the diff flag and branch name are also required.

-p

: Include patch text.

POD ERRORS

Hey! The above document had some coding errors, which are explained below:

Around line 55:

: =over without closing =back

Clone this wiki locally