Skip to content

Instantly share code, notes, and snippets.

View claudiajkang's full-sized avatar

Juhee Kang claudiajkang

View GitHub Profile
@claudiajkang
claudiajkang / 1.md
Last active February 25, 2022 13:38

k8s-l10n team branch change process

1. upstream 브랜치와 동기화

git checkout <current-branch> git pull <upstream-remote> <current-branch>

2. 현재 브랜치 커밋을 하나의 리베이스 작업

git rebase -i HEAD~<the number of cummit>

3. 리베이스 작업에서 커밋 히스토리 작업 정리 및 커밋 내용 재작성

The Kubernetes documentation

Welcome! This repository houses all of the assets required to build the Kubernetes website and documentation. We're very pleased that you want to contribute!

Contributing to the docs

You can click the Fork button in the upper-right area of the screen to create a copy of this repository in your GitHub account. This copy is called a fork. Make any changes you want in your fork, and when you are ready to send those changes to us, go to your fork and create a new pull request to let us know about it.

Once your pull request is created, a Kubernetes reviewer will take responsibility for providing clear, actionable feedback. As the owner of the pull request, it is your responsibility to modify your pull request to address the feedback that has been provided to you by the Kubernetes reviewer. Also note that you may end up having more than one Kubernetes reviewer provide you feedback or you may end up getting feedback from a Kubernetes reviewer that is different than t

jekylly install error
1. extensions
sudo dnf install redhat-rpm-config
2. g++
sudo dnf install gcc-g++