Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Make sure you have cloned your forked kafka-site git repo (e.g. https://github.com/guozhang/kafka-site) from the apache git repo (https://github.com/apache/kafka-site) fork in in your local directory, and then add the apache git repot as an additional remote repo. For example, after these steps your local repo should look like:

Code Block
guozhang @kafka-site: pwd

/Users/guozhang/Workspace/github/guozhangwang/kafka-site 


guozhang @kafka-site: git remote -v

apache	https://github.com/apache/kafka-site.git (fetch)

apache	https://github.com/apache/kafka-site.git (push)

origin	https://github.com/guozhangwang/kafka-site.git (fetch)

origin	https://github.com/guozhangwang/kafka-site.git (push)


guozhang @kafka-site: git checkout asf-site
 
guozhang @kafka-site: git branch

* asf-site

...