Contributor(s): Than Grove
ssh-keygen -t rsa -C "useremail@virginia.edu"
git config --global user.name "GIT Acct Name" git config --global user.email "useremail@virginia.edu"
eval `ssh-agent -t14400` (Note: 14400 = 4 hrs) ssh-add
After the initial GIT set up you can do much of the console commands in Aptana. With an existing folder, you can add it as a project within the Aptana project explorer: