Line 26:
Line 26:
Once this step is validated, your GIT client will download all files from remote GIT server. This may last several seconds or minutes.
Once this step is validated, your GIT client will download all files from remote GIT server. This may last several seconds or minutes.
−
Once download is finished, create a PHP project from your Eclipse assistant by choosing "'''Create from existing project'''" and select directory that is your GIT local repository (Do not choose to create a PHP project from scratch).
+
Once download is finished, go into GIT view - Branches - Local. In most cases, the branch you choosed should be already available.
+
If not, right 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".
+
+
Once your branch is created locally, create a PHP project from your Eclipse assistant by choosing "'''Create from existing project'''" and select directory that is your GIT local repository (Do not choose to create a PHP project from scratch).
+
Then right click on project from your Eclipse workspace and Choose "Team - Share". Select GIT and click on option "Use or create repository in parent folder of project".
Then right click on project from your Eclipse workspace and Choose "Team - Share". Select GIT and click on option "Use or create repository in parent folder of project".