Skip to content

Branches

After you've downloaded the dexfreight project, you can take a look at the diferent brances available by using git commands. Go to the root directory where you downloaded your project and enter:

git branch -a.

Alternatively, if you're running your project within VSCode, use GitLens extension to see the branches available:

The projects usually have the following structure:

.
├─ branches/
   └─ development
   └─ production
   └─ master
   └─ feature/pipelines
   └─...

There might be some differences among projects based on the requirements, therefore sometimes each branch includes a different environment setup.