Skip to content

Add Korean-language pull operation tutorial for GitHub Desktop#25

Merged
parkcheolhong merged 2 commits intomainfrom
copilot/upgrade-local-environment
Dec 16, 2025
Merged

Add Korean-language pull operation tutorial for GitHub Desktop#25
parkcheolhong merged 2 commits intomainfrom
copilot/upgrade-local-environment

Conversation

Copy link
Contributor

Copilot AI commented Dec 15, 2025

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:

    • GitHub Desktop UI workflow (Fetch origin → Pull origin)
    • Git CLI alternatives (git pull, git fetch, stash patterns)
    • Merge conflict resolution with marker examples
    • Common scenarios (team sync, multi-machine workflows)
    • FAQ and troubleshooting
  • 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.

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
Copilot AI requested a review from parkcheolhong December 15, 2025 10:05
@parkcheolhong parkcheolhong requested review from Copilot and removed request for parkcheolhong December 16, 2025 19:59
@parkcheolhong parkcheolhong removed their assignment Dec 16, 2025
@parkcheolhong parkcheolhong marked this pull request as ready for review December 16, 2025 20:01
@parkcheolhong parkcheolhong merged commit b55a5c9 into main Dec 16, 2025
11 of 13 checks passed
@parkcheolhong parkcheolhong deleted the copilot/upgrade-local-environment branch December 16, 2025 20:01
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 명령어를 사용하여 변경사항을 가져오는 방법을 설명합니다.
Copy link

Copilot AI Dec 16, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The phrase "로컬 저장소를 작업하다 보면" has a slight grammatical awkwardness. The more natural phrasing would be "로컬 저장소에서 작업하다 보면" (using "에서" instead of "를").

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants