SequenceDiagram.

MakeACommit(string) Method

Summary

Appends a commit on the target participant/branch to the sequence diagram
Namespace
GitVersion.Testing
Containing Type
SequenceDiagram

Syntax

public void MakeACommit(string toParticipant)

Parameters

Name Type Description
toParticipant string

Return Value

Type Description
void
GitHub