You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

The content of this page is written in Korean because all mentees of this program are Korean so it would reduce communication costs.

자기소개

TBD

개발환경 준비

Git 설정
$git config --global user.name "Your Name"
$git config --global user.email "your_email@email.com"
$git clone https://github.com/{your_id}/zeppelin
$git remote add apache https://github.com/{your_id}/zeppelin
  • No labels