Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
GitCommands
Commit
C# 클래스 GitCommands.Commit
파일 보기
프로젝트 열기: bleis-tift/gitextensions
1 사용 예제들
공개 메소드들
메소드
설명
Commit
(
CommitDto
dto
) :
System
Execute
( ) :
void
GetCommitMessagePath
( ) :
string
SetCommitMessage
(
string
commitMessageText
) :
void
메소드 상세
Commit()
공개
메소드
public
Commit
(
CommitDto
dto
) :
System
dto
CommitDto
리턴
System
Execute()
공개
메소드
public
Execute
( ) :
void
리턴
void
GetCommitMessagePath()
공개
정적인
메소드
public
static
GetCommitMessagePath
( ) :
string
리턴
string
SetCommitMessage()
공개
정적인
메소드
public
static
SetCommitMessage
(
string
commitMessageText
) :
void
commitMessageText
string
리턴
void