I have around 5000 files for which i have to create a branch(say my_branch) from main branch,checkout those files,check in and then apply label. Its practically impossible to seperately create branch for each file and do the other steps. There is a way to apply common label to all checkout files and check in all checked out files..that reduces my work but is there a way to create branch for 5000 files with just one cmd or are there any tool to do so
Thanks in advance