javascript-tutorial / javascript-tutorial/ko.javascript.info
[이미지 번역 환경 구축] 저장소 remote할 때 remote name 관련 충돌
- Dominant language
- HTML
- Stars
- 2k
- Forks
- 851
- PR merge metrics
- No merged PRs in 30d
Description
**문제상황**
[영문저장소](https://github.com/javascript-tutorial/server)의 README.md에 나와 있는 이미지 번역 환경을 구축을 따라하다 보면, **Step2**에서 upstream을 영문 저장소로 두도록 되어 있습니다. 일반적인 기여자의 경우 upstream을 한국어 저장소로 두므로, 영문 저장소를 'en-upstream'으로 등록하고 **Step3**를 진행했더니 오류가 났습니다. 영문 저장소를 upstream으로 등록해야 충돌이 생기지 않는데, 이 부분 관련하여 위키에 명시되어 있으면 환경 구축하시는 많은 분들에게 도움이 될 것 같습니다.
**개선방향**
한국어 저장소 >> **ko-upstream** 으로 등록
영문 저장소 >> **upstream** 으로 등록
Contributor guide
Research direction
Read README.md in the linked English repository, especially the image-translation setup at Step2 and Step3, and compare it with the current wiki instructions. Update the documentation so the Korean repository uses ko-upstream and the English repository uses upstream, then verify that the listed setup steps no longer cause a remote-name conflict.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- git
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 1/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100