C# 클래스 UnityLibrarySwitcher.Git

파일 보기 프로젝트 열기: d12frosted/UnityLibrarySwitcher

공개 메소드들

메소드 설명
GetCurrentBranch ( ) : string
GetListOfBranches ( ) : List
SwitchBranchTo ( string branchTo ) : void

메소드 상세

GetCurrentBranch() 공개 정적인 메소드

public static GetCurrentBranch ( ) : string
리턴 string

GetListOfBranches() 공개 정적인 메소드

public static GetListOfBranches ( ) : List
리턴 List

SwitchBranchTo() 공개 정적인 메소드

public static SwitchBranchTo ( string branchTo ) : void
branchTo string
리턴 void