Changes

Line 25: Line 25:  
https://yourgitlogin@github.com/Dolibarr/dolibarr.git
 
https://yourgitlogin@github.com/Dolibarr/dolibarr.git
   −
Choose the branches you are interesting in. Branches not selected now could be selected later by doing a "Fetch" from the "Remotes" view.
+
Choose the branche you are interesting in. You can choose several branches but it is highly recommanded to choose only one branches (if you want to work on several branches, it is easier to restart the full process a second time to choose the other branch).
    
Once remote repository is linked into your client software, you must create a local branch.
 
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".
+
 
 +
First go into GIT view - Branche - Local. In most cases, your branch should be already available.
 +
If not, rigth click on "Branches - Remotes - The branch you want to duplicate locally".
 +
If you choose "Create Branch", this will duplicate content of branch to work on it locally.
 
If you Choose "Checkout", this will update the view "Working Directory".
 
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.
      
Then, create a PHP project from Eclipse assistant. Choose "Create from existing project" and select directory that is your GIT local repository.
 
Then, create a PHP project from Eclipse assistant. Choose "Create from existing project" and select directory that is your GIT local repository.