QuackieMackie
Active member
I’ve started housing my addon repositories separately on GitHub and now I’ve run into a problem.
When I switch branches from addon/A → addon/B, the files for addon/A get removed, which breaks certain parts of my site because those files are still needed.
Ideally, I want both sets of files to remain accessible, even when switching branches between different addons.
But I still want to be able to switch between addon branches and have them swap files like they're doing now (e.g., addon/A-branch1 → addon/A-branch2).
How do you all handle your projects?
When I switch branches from addon/A → addon/B, the files for addon/A get removed, which breaks certain parts of my site because those files are still needed.
Ideally, I want both sets of files to remain accessible, even when switching branches between different addons.
But I still want to be able to switch between addon branches and have them swap files like they're doing now (e.g., addon/A-branch1 → addon/A-branch2).
How do you all handle your projects?