Versions Compared

Key

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

...

Table of Contents

...

Excerpt

Documents a basic overview of how we develop Trafodion.

Anchor
getting-started-development-workflow
getting-started-development-workflow

Development Workflow

The following provides a basic overview of how we develop Trafodion.

Install Git Tools

You use git to make changes to the Trafodion code, tests, documentation, and web site:

Info
titleGit Cheat Sheet

For future reference, the git commands used below are summarized in Git Cheatsheet in the How-To chapter.

Download Trafodion Source Tree

You download the Trafodion source tree once the git tools have been installed.

...