Versions Compared

Key

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

...

Code Block
languagetext
titleIf you are using hub
hub clone -p apache/incubator-trafodion                      ## -p option for ssh

For the Repository on GitHub, If Needed

...

  1. Use the Fork button on the web interface: https://github.com/apache/incubator-trafodion
  2. Execute the following command:
     <code>git
     git remote add GHuser git@github.com:GHuser/incubator-
    trafodion</code>
    trafodion

Create a Task Branch

  1. Make sure you have the latest changes
    • git fetch --all
  2. Base your branch on the latest master
    • git checkout -b MyBranch origin/master

...