betty, bfg, bgpgrep, bindkey, binwalk, bioradtopgm, bird, birdc, bison, bitconid: add Korean translation (#13734)

This commit is contained in:
HoJeong Im
2024-09-22 01:39:08 +09:00
committed by GitHub
parent a9c1cb3264
commit fda9af4dfa
10 changed files with 233 additions and 0 deletions

13
pages.ko/common/bfg.md Normal file
View File

@@ -0,0 +1,13 @@
# bfg
> git-filter-branch와 같은 Git 기록에서 대용량 파일이나, 비밀번호를 제거.
> 참고: 저장소가 원격 장치에 연결되어 있으면, 강제로 푸시해야 함.
> 더 많은 정보: <https://rtyley.github.io/bfg-repo-cleaner/>.
- 민감한 데이터가 포함된 파일을 제거하되 최신 커밋은 그대로 유지:
`bfg --delete-files {{민감한_데이터가_포함된_파일}}`
- 저장소 기록에서 찾을 수 있는 특정 파일에 언급된 모든 텍스트를 제거:
`bfg --replace-text {{경로/대상/파일.txt}}`