I’m new to GIT and up to this point have been developing locally with manual version control
( using a XYplorer script to clone the directory, add a timestamp + note, & move it to an archive folder )
A few questions:
-
What is the best way to integrate GIT with plugin development? Do developers just run a feature branch locally & push changes to the master branch?
-
If the above case is true, is it possible to manage multiple branches while still providing real-time testing of separate branches?
-
How do dependencies factor into this?