We are using clearcase and git for version control.
I have a situation where my fellow colleague has released few changes in a developer label in clear case. Now i want to pull those particular changes to git branch.
Is there a way to achieve this?
We are using clearcase and git for version control.
I have a situation where my fellow colleague has released few changes in a developer label in clear case. Now i want to pull those particular changes to git branch.
Is there a way to achieve this?
Yes, make a snapshot view with a config spec selecting that label.
Then from your separate git working tree folder, do
That will instruct git to add files modifications from your snapshot view.