어떻게 동일한 환매 협의의 여러 지점에서 동시에 업무를 전개합니까

573 단어 productivitygit
Git worktrees 사용 가능🌲 그렇게 해야 돼.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

좋은 웹페이지 즐겨찾기