-
Notifications
You must be signed in to change notification settings - Fork 0
nuggit log
David Edell edited this page Jun 11, 2021
·
1 revision
\
Display the git log of the root repository.
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.
Hey! The above document had some coding errors, which are explained below:
Around line 55:
: =over without closing =back