2024년 12월 10일
git checkout -b [ 브랜치이름 ] (만들고 이동 한번에) e.g) git checkout -b translate
git branch 브랜치이름
git checkout 브랜치이름
.env 파일 설정
파일 작성
e.g)
CONTENT_TRANSLATED_ROOT =/[프로젝트파일경로]/tranlsated-content/files
EDITOR=code