2022-12-10

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

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

댓글 없음:

댓글 쓰기

How to Convert EUC-KR Source Code to UTF-8

How to Convert EUC-KR Source Code to UTF-8 I found old STM32 firmware code. The files were in EUC-KR encoding. This is an old Korean text f...