Versions Compared

Key

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

...

Regardless of the title, the pull-request activity is also logged to the codereview mail list: http://mail-archives.apache.org/mod_mbox/incubator-trafodion-codereview/

GitHub Tips

GitHub Account

If you do not already have an account, sign-up for one: https://github.com/join

Add your SSH public key: https://github.com/settings/ssh

Using the https or ssh (git@github.com) protocols is handy in case your firewall blocks the git:// protocol.

Hub

Hub is a handy git wrapper for working with github. See https://hub.github.com/

  1. Download pre-compiled version from https://github.com/github/hub/releases and un-tar the package.
  2. cp hub ~/bin                                                      # or somewhere in your $PATH
  3. If git protocol is blocked by your firewall, set the default protocol to https
    • git config --global hub.protocol https
  4. cp etc/hub.bash_completion.sh ~/lib                 # somewhere to reference it in your .bashrc file
  5. Update your shell resource file:

    Code Block
    languagebash
    title~/.bashrc
    collapsetrue
    source ~/lib/hub.bash_completion.sh
    alias git=hub

Content by Label
showLabelsfalse
max5
spacesTRAFODION
showSpacefalse
sortmodified
reversetrue
typepage
cqllabel = "kb-how-to-article" and type = "page" and space = "TRAFODION"
labelskb-how-to-article

...