Skip to content

Instantly share code, notes, and snippets.

@gochist
Last active August 22, 2018 08:55
Show Gist options
  • Save gochist/37c900804316763f85ae14ec249267cf to your computer and use it in GitHub Desktop.
Save gochist/37c900804316763f85ae14ec249267cf to your computer and use it in GitHub Desktop.

Quick Start Guide - 쿠버네티스 문서 한글화

요약

  1. 한글화팀 저장소 fork
  2. dev-1.12 브랜치 체크아웃
  3. 작업 후 fork한 저장소에 push
  4. Pull Request 생성

@gochist 사용자 계정으로 한글화팀 저장소를 fork해서 튜토리얼을 번역하는 경우

git clone https://github.com/gochist/kubernetes-docs-ko
cd kubernetes-docs-ko
git checkout dev-1.12 -b tutorial-k8s-basics

# ... work and commit

git push
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment