We have two development teams, one in US (replica us) and one in Asia (replica aisa). We also have three branch type:
main, dev_us, dev_asia
And a vobs of:
/vobs/
./code1
./code2
The Asian team only work on the branch dev_asia and the /vobs/code2
Is there any way to change all files in the vobs/code2 of branch type dev_asia to replica of Asian team (replica asia)?
I know the command
multitool chmaster –all –long asia@/vobs/code2
How to make it take affect only for branch dev_asia? I don't want it take affect to the branch dev_us.