IT story

기본 저장소를 설정하는 방법

hot-time 2020. 8. 6. 07:53
반응형

기본 저장소를 설정하는 방법


수은 로컬 저장소에 대한 기본 원격 저장소를 설정하는 방법


.hg / hgrc 파일에 있습니다.

[paths]
default = http://myserver/hg/repo1
default-push = ../mytestrepo

참고 URL : https://stackoverflow.com/questions/3804102/how-set-the-default-repository

반응형