Tech

테스트입니당

2022. 12. 29

비디오 테스트

1 2 3 4 5

 

https://blog-wp.hwahae.co.kr/wp-content/uploads/2021/09/sample-shallow.mp4?_=1

 

<strong>code 태그 안의 span > strong텍스트입니다!!!!!!!</strong>
<span style="font-size: 14px; font-family: NanumSquareRoundR;">브랜치명</span> <span style="font-size: 14px; font-family: NanumSquareRoundR;">구분</span> <span style="font-size: 14px; font-family: NanumSquareRoundR;">설명</span> <span style="font-size: 14px; font-family: NanumSquareRoundR;">비고</span>
<span style="font-size: 14px; font-family: NanumSquareRoundR;">feature</span> <span style="font-size: 14px; font-family: NanumSquareRoundR;">보조 브랜치</span> <span style="font-size: 14px; font-family: NanumSquareRoundR;">- 기능 단위 개발 브랜치
<code style="margin-left: 5px;"><span style="font-size: 14px; font-family: NanumSquareRoundR;">- <span style="color: #da615c; background-color: #ededeb;"><code style="margin-left: 5px; margin-right: 6px;">feature
에서 개발 완료 후 release로 merge
<span style="font-size: 14px; font-family: NanumSquareRoundR;">- Issue List로 브랜치 생성 및 관리</span>
<span style="font-size: 14px; font-family: NanumSquareRoundR;">release</span> <span style="font-size: 14px; font-family: NanumSquareRoundR;">보조 브랜치</span> <span style="font-size: 14px; font-family: NanumSquareRoundR;">- 배포 대상인 <span style="color: #da615c; background-color: #ededeb;"><code style="margin-left: 5px; margin-right: 6px;">feature가 모이는 통합 테스트 브랜치
<span style="font-size: 14px; font-family: NanumSquareRoundR;">- 테스트 완료 후 <span style="color: #da615c; background-color: #ededeb;"><code style="margin-left: 5px; margin-right: 6px;">master로 merge
<span style="font-size: 14px; font-family: NanumSquareRoundR;">- 소스 프리징을 해결하기 위한 브랜치</span>
<span style="font-size: 14px; font-family: NanumSquareRoundR;">- 다중 구성 가능
<code style="margin-left: 5px;"><span style="font-size: 14px; font-family: NanumSquareRoundR;">- 하위 브랜치 금지</span>
<span style="font-size: 14px; font-family: NanumSquareRoundR;">hotfix</span> <span style="font-size: 14px; font-family: NanumSquareRoundR;">보조 브랜치</span> <span style="font-size: 14px; font-family: NanumSquareRoundR;">- 운영 중 긴급한 오류를 해결하기 위한 브랜치</span>
<span style="font-size: 14px; font-family: NanumSquareRoundR;">master</span> <span style="font-size: 14px; font-family: NanumSquareRoundR;">유지 브랜치</span> <span style="font-size: 14px; font-family: NanumSquareRoundR;">- 기본 브랜치
<code style="margin-left: 5px;"><span style="font-size: 14px; font-family: NanumSquareRoundR;">- 언제든지 배포 가능한 형태를 유지</span>
<span style="font-size: 14px; font-family: NanumSquareRoundR;">- protected branch
<code style="margin-left: 5px;"><span style="font-size: 14px; font-family: NanumSquareRoundR;">- Maintainer 이상 관리</span>
return (
    <div {...rest}>
      <h2 className="blind">컨텐츠 검색 결과</h2>
      <SearchInput variant="static" />
      {searchPosts && (
        <SearchContents
          title={title}
          page={initialPage}
          posts={searchPosts}
          searchQuery={searchQuery}
          popularPosts={popularPosts}
        />
      )}
    </div>
  );
avatar image

화해 |

description

연관 아티클