Versions Compared

Key

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

...

  • Add remote, fetch, and checkout branch for pull request (example: pull-request number 12345)
    • hub checkout httpscheckout https://github.com/apache/incubatingincubator-trafodion/pull/12345
      Note: this may give an error if using git older than 1.7.3.
  • Alternatively, run as multiple steps, using the repo and branch indicated on the github pull request page
    1. hub fetch git-user branch
    2. git checkout FETCH_HEAD

...