Versions Compared

Key

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

...

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

Create a Task Branch

...

  • git fetch --all
Code Block
languagetext
# Ensure that you have the latest changes.
hug fetch --all
# Base your branch on the latest master.
hub checkpout -b <mybranch> orgin

...

/master

Make Changes

Once you have created your task branch, you are ready to make changes.

...