common/u*: add and update Korean translation (#14522)

This commit is contained in:
코드싸이
2024-11-02 02:56:27 +09:00
committed by GitHub
parent ca7166e59a
commit 44f4f2b76d
32 changed files with 675 additions and 6 deletions

20
pages.ko/common/unison.md Normal file
View File

@@ -0,0 +1,20 @@
# unison
> 양방향 파일 동기화 도구.
> 더 많은 정보: <https://github.com/bcpierce00/unison>.
- 두 디렉토리 동기화 (이 두 디렉토리가 처음으로 동기화될 때 로그 생성):
`unison {{경로/대상/폴더_1}} {{경로/대상/폴더_2}}`
- (충돌 없는) 기본값 자동 수락:
`unison {{경로/대상/폴더_1}} {{경로/대상/폴더_2}} -auto`
- 패턴을 사용하여 일부 파일 무시:
`unison {{경로/대상/폴더_1}} {{경로/대상/폴더_2}} -ignore {{패턴}}`
- 설명서 보기:
`unison -doc {{주제}}`