Feature branches #146
-
Hello, I'm fairly confused about how this plugin works with feature branches. Me and another developer wants to have a main branch and we create feature branches per new story we have. How does this plugin work with if I am on branch XX-1 and he's on XX-2? How would we lock uasset files from each other? Or does this plugin not work that way and we need to work off of a single branch? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Status branches support wildcards:
Status branches check for differences between branches that have already been pushed and unlocked. I'd recommend you to keep a branch format like this for your story IDs, so you can distinguish between any mainline/release branches and your feature branches. And LFS locks (while they are active) are always cross branch. |
Beta Was this translation helpful? Give feedback.
You're not being annoying, it's okay! Locking a file will work regardless of status branches. You should see a lock on ZS-1 in ZS-2 even without status branches. Unlocking a file after it's pushed (default automatic behavior) is where status branches come in. It will check for differences between branches and modifications until those modifications are merged in. Also I think you don't need a double * for your branch there.