한국어
Appearance
리모트에서 더 이상 존재하지 않는 추적 레퍼런스를 정리해요.
class Remote { prune(options?: PruneOptions, signal?: AbortSignal): Promise<void>; }
리모트 정리(prune) 작업을 위한 옵션이에요.
Git 인증 정보를 나타내는 인터페이스예요.
요청을 중단할 때 사용할 AbortSignal 객체예요.
AbortSignal