Previous topic

Ant

Next topic

Java

This Page

GitΒΆ

Git is our source control software. Download and install git on your local machine.

  1. install the Git command line tool

    $ sudo apt-get install git-core
    
  2. configure your user and email

    $ git config --global user.name "Name Surname"
    $ git config --global user.email "your.email@gmail.com"
    
  3. Our code is available on GitHub
    1. create your account in github
    2. login and go in ‘Account Settings’ section to configure the SSH keys