어떻게 동일한 환매 협의의 여러 지점에서 동시에 업무를 전개합니까
573 단어 productivitygit
cd
만git 환매 및 운행git worktree add <filesystem-location> <branch>
git는 경로 <filesystem-location>
에 새 폴더를 만들고 이 폴더의 지점 <branch>
에 서명합니다.예를 들면 다음과 같습니다.
git worktree add ../app-4.2.0 production-4.2.0
이제 동일한 재구매 계약의 두 사본을 동시에 관리할 수 있습니다.💏🏽전체 참조 자료: https://git-scm.com/docs/git-worktree
Reference
이 문제에 관하여(어떻게 동일한 환매 협의의 여러 지점에서 동시에 업무를 전개합니까), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://dev.to/robertotonino/how-to-work-in-multiple-branches-of-the-same-repo-at-the-same-time-pgn텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)