Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weโ€™ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

๐ŸŒ [i18n-KO] Translated reference/repository.md to Korean #2189

Merged
merged 7 commits into from
Apr 19, 2024
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/source/ko/_toctree.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
title: (๋ฒˆ์—ญ ์ค‘) Login and logout
- local: in_translation
title: (๋ฒˆ์—ญ ์ค‘) Environment variables
- local: in_translation
title: (๋ฒˆ์—ญ ์ค‘) Managing local and online repositories
- local: package_reference/repository
title: ๋กœ์ปฌ ๋ฐ ์˜จ๋ผ์ธ ๋ฆฌํฌ์ง€ํ† ๋ฆฌ ๊ด€๋ฆฌ
- local: in_translation
title: (๋ฒˆ์—ญ ์ค‘) Hugging Face Hub API
- local: in_translation
Expand Down
49 changes: 49 additions & 0 deletions docs/source/ko/package_reference/repository.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
<!--โš ๏ธ Note that this file is in Markdown but contain specific syntax for our doc-builder (similar to MDX) that may not be
rendered properly in your Markdown viewer.
-->

# ๋กœ์ปฌ ๋ฐ ์˜จ๋ผ์ธ ๋ฆฌํฌ์ง€ํ† ๋ฆฌ ๊ด€๋ฆฌ[[managing-local-and-online-repositories]]

`Repository` ํด๋ž˜์Šค๋Š” `git` ๋ฐ `git-lfs` ๋ช…๋ น์„ ๊ฐ์‹ธ๋Š” ๋„์šฐ๋ฏธ ํด๋ž˜์Šค๋กœ, ๋งค์šฐ ํฐ ๋ฆฌํฌ์ง€ํ† ๋ฆฌ๋ฅผ ๊ด€๋ฆฌํ•˜๋Š” ๋ฐ ์ ํ•ฉํ•œ ํˆด๋ง์„ ์ œ๊ณตํ•ฉ๋‹ˆ๋‹ค.

`git` ์ž‘์—…์ด ํฌํ•จ๋˜๊ฑฐ๋‚˜ ๋ฆฌํฌ์ง€ํ† ๋ฆฌ์—์„œ์˜ ํ˜‘์—…์ด ์ค‘์ ์ด ๋  ๋•Œ ๊ถŒ์žฅ๋˜๋Š” ๋„๊ตฌ์ž…๋‹ˆ๋‹ค.

## ๋ฆฌํฌ์ง€ํ† ๋ฆฌ ํด๋ž˜์Šค[[the-repository-class]]

[[autodoc]] Repository
- __init__
- current_branch
- all

## ๋„์šฐ๋ฏธ ๋ฉ”์„œ๋“œ[[helper-methods]]
junejae marked this conversation as resolved.
Show resolved Hide resolved

[[autodoc]] huggingface_hub.repository.is_git_repo

[[autodoc]] huggingface_hub.repository.is_local_clone

[[autodoc]] huggingface_hub.repository.is_tracked_with_lfs

[[autodoc]] huggingface_hub.repository.is_git_ignored

[[autodoc]] huggingface_hub.repository.files_to_be_staged

[[autodoc]] huggingface_hub.repository.is_tracked_upstream

[[autodoc]] huggingface_hub.repository.commits_to_push

## ํ›„์† ๋น„๋™๊ธฐ ๋ช…๋ น[[following-asynchronous-commands]]

`Repository` ์œ ํ‹ธ๋ฆฌํ‹ฐ๋Š” ๋น„๋™๊ธฐ์ ์œผ๋กœ ์‹œ์ž‘ํ•  ์ˆ˜ ์žˆ๋Š” ์—ฌ๋Ÿฌ ๋ฉ”์„œ๋“œ๋ฅผ ์ œ๊ณตํ•ฉ๋‹ˆ๋‹ค.
junejae marked this conversation as resolved.
Show resolved Hide resolved
- `git_push`
- `git_pull`
- `push_to_hub`
- `commit` ์ปจํ…์ŠคํŠธ ๊ด€๋ฆฌ์ž

์ด๋Ÿฌํ•œ ๋น„๋™๊ธฐ ๋ฉ”์„œ๋“œ๋ฅผ ๊ด€๋ฆฌํ•˜๋Š” ์œ ํ‹ธ๋ฆฌํ‹ฐ๋Š” ์•„๋ž˜๋ฅผ ์ฐธ์กฐํ•˜์„ธ์š”.
junejae marked this conversation as resolved.
Show resolved Hide resolved

[[autodoc]] Repository
- commands_failed
- commands_in_progress
- wait_for_commands

[[autodoc]] huggingface_hub.repository.CommandInProgress
Loading