Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Warning
titleObsolete Page

This page is obsolete and is no longer being updated. Please refer to the Contributing tab on http://trafodion.incubator.apache.org for information on how to contribute to Trafodion:

 

 

This page describes the contributor workflow for changes to Trafodion code and documentation.  To contribute to the wiki, see Contribute to the Wiki.

...

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

...

Fork the Repository on GitHub, If Needed

If you've never forked the repository on GitHub, then do the following.

...

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

...