한국어
Appearance
리포지토리에서 주어진 이름으로 브랜치를 찾아요.
class Repository { findBranch(name: string, branchType: BranchType): Branch | null; }
찾을 브랜치 이름이에요.
조회할 브랜치 유형을 설정해요.
- Local : 리모트에 없는 로컬 브랜치에요.- Remote : 리모트를 위한 브랜치에요.
Local
Remote
찾은 브랜치예요.