I created a git repo with some of my projects, the folder structure looks something like this:
workspace
- project1
- project2
- ...
- run
while run is a folder that all of them use.
I didn't know how to do it so I just named commits like this:
[Project1] updated this
[Project2] fixed that
[Project2] added this feature
...
So, is it possible to split the projects to independent branches? the run folder should also be included in the work-space and used by all projects.