I added these lines in gitcc configuration file
[master]
clearcase = V:\clearcase-prod-branch-view\path\to\project-src
branches = prod_branch
[dev]
clearcase = V:\clearcase-dev-branch-view\path\to\project-src
branches = dev_branch
After i run gitcc rebase only master branch is created in git but dev is not created, what is the reason for this?