Creating a New Project with Git

Creating a new project after establishing a central repository gives you the option to immediately link your Workbench project with the central repository. This allows you to begin committing and pushing changes from the very beginning of the project.

There are two ways to link a central repository to a new Workbench project: by cloning the central repository from an existing URL or by linking the project to a local Git repository.

Ignore Patterns and Project Status

Every Git project has ignore patterns. These determine which files are excluded from being sent to the central repository. Additionally, you can use the Workbench status GUI to confirm that your project is configured properly and see what files need to be committed to the central repository.

 

After you make changes to your new Workbench project, commit and push those changes to the central repository.

See also: