Git Repo Sync: 클래식 Git 흐름 브랜치 모델의 주 제어 및 개발 브랜치를 동기화하는 간단한 Bash 스크립트
이 스크립트의 목표는 개발하고 파악한 지점을 로컬 저장소에서 원격 저장소로 동기화하는 것이다.
스크립트 유형 실행 방법 알아보기
animus@host:~$./repo.sync --help
스크립트와 가능한 모든 옵션을 사용할 수 있습니다.usage: repo.sync [OPTION]... DIRECTORY...
Sync a Git repository for a DIRECTORY (one or more) representing a git repository where is activated a Git Flow branching model.
Options:
--noPushOnProdBranch Skip git push on production branch
--noPushTagsOnProdBranch Skip git push tags on production branch
--noPullOnProdBranch Skip git pull of production branch from remote.
--noPushOnDev Skip git push on develop branch
--noPushTagsOnDev Skip git push tags on develop branch
--noPushTagsOnDev Skip git pull of develop branch from remote.
--mergeProdInDev Make a merge from production branch into develop branch (Warning: this breaks git-flow branching model).
--help Display this help and exit
너는 my gist on github에서 스크립트를 찾을 수 있다.건의, 시정과 개선을 환영합니다!
안녕히 계세요.
Reference
이 문제에 관하여(Git Repo Sync: 클래식 Git 흐름 브랜치 모델의 주 제어 및 개발 브랜치를 동기화하는 간단한 Bash 스크립트), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://dev.to/animusna/git-repo-sync-simple-bash-script-to-sync-master-and-develop-branches-for-a-classic-git-flow-branching-model-1aje텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)