Versions Compared

Key

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

...

  • Edit, Build, Test, Repeat
  • You may make multiple local commits as desired. Unlike the Gerrit tool, you do not need to keep your changes in a single commit.
  • Depending on how long you work on the changes you may want to rebase your branch, using git rebase.
  • Prior to pushing your changes to github, you may use git commands that alter your branch history:
    • commit --amend, rebase, merge --squash

If you are making changes to the SQL engine, you'll want to run the developer regression tests in your workspace before committing. Instructions on how to do that can be found here: https://wiki.trafodion.org/wiki/index.php/Test_Suites#Running_an_individual_test

Push Changes to your GitHub Fork

...