I have a project using git as the source control tool, with a default branch named dev
. And I can run that as a job on a torque server. My question is, while the job using the code from branch dev
is running, is it safe to create a new branch, then edit some piece of code and run that new branch?
I guess this is related to how program is loaded into memory and maybe also the internal logic of torque. Any ideas?