Add Korean-language pull operation tutorial for GitHub Desktop#25
Merged
parkcheolhong merged 2 commits intomainfrom Dec 16, 2025
Merged
Add Korean-language pull operation tutorial for GitHub Desktop#25parkcheolhong merged 2 commits intomainfrom
parkcheolhong merged 2 commits intomainfrom
Conversation
Co-authored-by: parkcheolhong <111139476+parkcheolhong@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update local environment to latest version
Add Korean-language pull operation tutorial for GitHub Desktop
Dec 15, 2025
Contributor
There was a problem hiding this comment.
Pull request overview
This pull request adds a comprehensive Korean-language tutorial for pulling remote changes using GitHub Desktop and Git CLI, addressing a common user scenario where local repositories need to be synchronized with remote updates.
Key Changes:
- New 207-line tutorial file with step-by-step instructions for GitHub Desktop and Git CLI workflows
- Integration of pull operation guidance including merge conflict resolution and best practices
- README update adding a "Git/GitHub Basics" section linking to the new tutorial
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| docs/PULL_TUTORIAL.md | Comprehensive Korean tutorial covering GitHub Desktop pull workflows, Git CLI commands, conflict resolution, practical scenarios, FAQ, and troubleshooting guidance |
| README.md | Added new "Git/GitHub 기본 가이드" section with link to the pull tutorial, maintaining consistency with existing documentation structure |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
|
||
| ## 📌 개요 | ||
|
|
||
| 로컬 저장소를 작업하다 보면 원격 저장소(Remote Repository)에 새로운 커밋이 추가되어 로컬 환경과 동기화가 필요한 경우가 있습니다. 이 가이드에서는 GitHub Desktop과 Git 명령어를 사용하여 변경사항을 가져오는 방법을 설명합니다. |
There was a problem hiding this comment.
The phrase "로컬 저장소를 작업하다 보면" has a slight grammatical awkwardness. The more natural phrasing would be "로컬 저장소에서 작업하다 보면" (using "에서" instead of "를").
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The repository lacked documentation on pulling remote changes—a fundamental GitHub Desktop workflow.
Changes
New tutorial (
docs/PULL_TUTORIAL.md): 207-line Korean guide covering:git pull,git fetch, stash patterns)README update: Added "Git/GitHub 기본 가이드" section linking to the new tutorial
Addresses the common "로컬 애플리케이션 내에 업그레이드가 있습니다" scenario users encounter when remote commits are available.
Original prompt
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.