2022-12-10

[GIT] 서브모듈까지 포함해서 파일 익스포트.

git archive -o release.zip HEAD;git submodule --quiet foreach 'cd $toplevel; zip -ru release.zip $sm_path'

댓글 없음:

댓글 쓰기

도커 내부의 hosts에 주소 추가하기

echo "192.168.10.19 happycpu-P620.local" | sudo tee -a /etc/hosts