Versions Compared

Key

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

...

  1. git clone https://git-wip-us.apache.org/repos/asf/incubator-zeppelin
  2. cd incubator-zeppelin
  3. git remote rename origin apache
  4. git remote add apache-github https://github.com/apache/incubator-zeppelin.git
  5. git config --local --add user.name {name}
  6. git config --local --add user.email email {username}@apache.org
  7. echo -e "JIRA_USERNAME={jira_username}\nJIRA_PASSWORD={jira_password}" > ~/.bashrc
  8. source ~/.bashrc
  9. dev/merge_zeppelin_pr.py

...