Cloud9 IDE is a freeware online integrated development environment. It supports more than 40 programming languages, including PHP, Ruby,Python, JavaScript with Node.js, and Go. It enables developers to get started with coding immediately with pre-setup workspaces, collaborate with their peers with collaborative coding features, and web development features like live preview and browser compatibility testing (from wikipedia),

https://c9.io/

You will get:

  1. A Virtual machine of your own.
  2. Supports: Node.js, html5, wordpress, php, django, Ruby on rails, c/c++, StrongLoop, Custom

3. Direct access to your projects at Github and BitBucket.

4. Access by your Github of BitBucket account.

5. With Free account you will get a virtual machine of:

512MB RAM     

1GB Disk Space     

Max 1 premium workspace     

∞ community workspaces     

Table of Content:

1. Start Project from Scratch

    1. Create a Repo at BitBucket:

    1. Create a directory at local drive.
    2. Init Git at selected directory: Inside the directory right click and select “Git Init”.
    3. Add remote Repo to Local Directory: Inside the directory right click and select “Git GUI”.
    4. At Git select from Menu: Remote->Add.
    5. At the dialog, at name enter there a name for root branch and at the location enter there the address of remote repo.
    6. Move files into directory.
    7. Right click the directory and select “Git GUI”.
    8. At Git Gui, in order to commit, click on Stage Changed, then on Sign off, then on commit, then on Push:

2. Download a Repository and start working with it

    1. Right Click and select “Git Gui”.
    2. At Git select “Clone Existing Repository”

3. At Source location paste there the address of the Repo.

4. At Target Directory write there the target directory and click on clone.

5. Git will ask to enter password for Repository. You will have to enter the password 3 times.

 

External inks:

http://rogerdudler.github.io/git-guide/

Very good link to GIT video – how to use