Git and SSH

Git

Many projects use git. Here are some references to review if you are unfamiliar with it.

ssh config

ssh'ing to *.civicactions.net requires port 940. You can add -p 940 with every ssh command, or you can do this to make use port 940 every time:

  1. Create a ~/.ssh/config file if you don't already have one.
  2. Then add these lines.
Host *.civicactions.net
Port 940

Git and SSH

  • Someone will have created an account for new employee, they should search email for git.civicactions.net for the welcome email
  • Upload public key to git.civicactions.net
  • Once ssh key is uploaded, ask David or Owen to add key to accman (Account Manager, openwall)
  • Documentation about this stuff is in CivicActions.net
  • Create a ~/.ssh/config file if you don't already have one, then add one, and add the lines in the description of this card up above.

Sandbox

Coding Standards