Summary
Extension and utility methods that supplement Git-related
operations.
- Namespace
-
GitVersion
.Extensions - Base Types
-
- object
graph BT Type-->Base0["object"] Type["GitExtensions"]
class Type type-node
Syntax
public static class GitExtensions
Methods
| Name | Value | Summary |
|---|---|---|
|
CreateGitLogArgs |
string |
Builds the
git log argument
string for a decorated graph view, optionally limiting
to
maxCommits
commits.
static
|
|
DumpGraphLog |
void |
Writes a hint message explaining how to run
git log --graph to visualise the
repository history.
static
|