Git like feature
Working with Git we have command: git –after mv source dest This is post-factum change – After file was renamed/moved just update the VCS of the change. Is there a similar functionality in RTC/SCM ? .Thanks
Shimon
|
One answer
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.
Comments
Do you have a URL for a manual page defining the semantics of the "-after" flag?
(And I assume it is "git mv -after ...", not "git -after mv ..." ?)