Merge changes from clearcase label to git branch

旧城冷巷雨未停 提交于 2019-12-01 12:02:37

Yes, make a snapshot view with a config spec selecting that label.

Then from your separate git working tree folder, do

git --work-tree=path/to/snapshot/view add .

# or, to limit files added:
git --work-tree=path/to/snapshot/view add -- afile
git --work-tree=path/to/snapshot/view add -- a folder

That will instruct git to add files modifications from your snapshot view.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!