project • Staging/Develop The branch where the a beta version is tested before it is merged into the master branch • Feature X A branch where a specific feature is being developed
existing key pair $ ssh-keygen -t rsa -C "[email protected]" Generating public/private rsa key pair. Enter file in which to save the key (/Users/ you/.ssh/id_rsa): [Press enter] Enter passphrase (empty for no passphrase): [Type a passphrase]
github account (account settings) $ cat ~/.ssh/id_rsa.pub Test your settings $ ssh -T [email protected] Hi username! You've successfully authenticated, but GitHub does not provide shell access.