Git with Bitbucket.org and Aptana

  1. Generate ssh key pairs.
  2. Upload to bitbucket account
  3. Create a .ssh/config file
    Host bitbucket.org
    IdentityFile ~/.ssh/anybody_rsa
  4. Terminal type:
    1. git config –global user.name „anybody”
    2. git config –global user.email anybody@anywhere.com
    3. cd c:/wamp/www or anywhere
      1. Caveout: If you don’t give, the default is C:/Users/anybody/
    4. git clone git@bitbucket.org:otheruser/repo.git
  5. Import existing project into the workspace