User Guide > Tasks > Working with Plugins > Pushing Projects to Git

Pushing Projects to Git

This procedure describes how to take an existing project and upload it to Git.

Prerequisites

How do I install plugins in Zend Studio?

 

 

 

Instructions on how to complete a procedure

To upload a Git project:

  1. Right-click your project and select Team | Share Project...
    The Share Project dialog appears.

  1. Select Git and click Next.
    The Configure Git Repository dialog appears.

  1. Mark the 'Use or create repository in parent folder or create a new one' checkbox.
    The dialog refreshes and your project is listed.

  2. Click Create Repository to initialize a new Git repository for your project. If your project already resides in the working tree of an existing Git repository the repository is chosen automatically.
    The dialog refreshes with your project attached to a new repository.

  1. Click Finish.

Your project repository will be uploaded to Git .

The decorator text "[master]" behind the project shows that this project is tracked in a repository on the master branch and the question mark decorators show that the files are not yet under version control.

How do I add my files under version control?

 

 

 

Related Links

Related Links:
Creating a New Project from Git

Creating a New Project from GitHub

Uploading Projects to CVS

Uploading Projects to SVN

Customizing Git Integration

Working with Git and Github

 

 

©1999-2013 Zend Technologies LTD. All rights reserved.