Workcube and Git
Workcube is a large community with employees, partners and users. Main product development is done by Workcube, and special developments for user needs are made by authorized business partners.
Git is the most widely used platform in the world to manage software projects and versions. Git makes it easy to track changes, switch between different versions, and work in teams. Workcube employees and business partners are included in the same development team.
A Business Partner may want to develop a new module or add-on for the specific needs of the project. In this case, the development team first creates a branch from Workcube's existing code base. Then, all changes made during the development of the new module are tracked in this branch. Once development is complete, the changes made are merged into the main code base and tested. During this process, Git enables management of changes and collaboration between team members.
Each Workcube version is a Gir Repository, and the Workcube installation established for each customer is a Git Branch.

Experts who want to use the Workcube Git architecture on the BitBucket cloud and with the SourceTree management panel use Git via MS Visual Studio Code.
Git, SourceTree and MS Visual Studio Code are open platforms. Use open sources to install and run current versions.
What to do for Git Before Installing Workcube.
- Install GO to the server where you will install Workcube.
- Install SourceTree to the server where you will install Workcube.
- Workcube. Become a member of BitBucket to download the files.
- Download the files using SourceTree with the access permission given by Workcube.
- Open SourceTree and log in to your Bitbucket account.
- Go to File > Clone / New in SourceTree. Paste the Workcube Repository link into the URL field. You can also do it via SSH or HTTPS as follows.

- Select the directory where Workcube will be installed. This folder must be the correct directory of the website.
- Select the branch you want to switch to from the Branch panel in SourceTree. Select the branch with the latest stable release version. Always make sure to select the latest and current branch.
- After selecting the branch, press the Pull button and download the files to the directory.
- You can check whether it is working correctly with the git status command in the terminal.
Attention
Workcube has a website. Remember that it is, and you should install your files in the same directory as Git, just like you would install a website in the correct directory.