Versions Compared

Key

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

...

Command-line instructions here assume you have "hub" installed. If you do not use "hub", you can accomplish the same thing using the github.com web site plus some git commands. You can alias "git" to "hub" for ease of use, but here we'll use "hub" explicitly for clarity. Instructions below use GHuser in place of your github username.

Note

Refer to https://hub.github.com/ for information on how to install hub.

 

Initial Steps (need not be repeated for subsequent changes)

Clone the Trafodion Repository from the GitHub Mirror

If you are using ssh:
Code Block
languagetext
titleIf you are using ssh
git clone git@github.com:apache/incubator-trafodion

...