Changes

Line 17: Line 17:  
To get sources with goal to edit them, you need a GitHub write access to the GIT remote repository, and a GIT client (GIT command line tool with Linux, or the GIT client in Eclipse).
 
To get sources with goal to edit them, you need a GitHub write access to the GIT remote repository, and a GIT client (GIT command line tool with Linux, or the GIT client in Eclipse).
   −
First add repostiroy on your GIT client tool.
+
First add repository on your GIT client tool.
 
With Eclipse, choose "Clone GIT repository" for this GIT URL:
 
With Eclipse, choose "Clone GIT repository" for this GIT URL:
 
https://yourgitlogin@github.com/Dolibarr/dolibarr.git
 
https://yourgitlogin@github.com/Dolibarr/dolibarr.git
    
Choose the branches you are interesting in.
 
Choose the branches you are interesting in.
 +
 +
Once remote repository is linked into your client software, you must create a local branch.
 +
From GIT view, rigth click on "Branches - Remotes - The branch you want to duplicate locally".
 +
If you Choose "Checkout", this will update the view "Working Directory".
 +
If you choose "Create Branch", this will duplicate content of branch to work on it locally.
    
=Get complementary modules=
 
=Get complementary modules=