Does Copia have Git Blame for PLC project content? Can I see the history of a specific PLC routine, rung, etc. within Copia?
Copia does not currently have an equivalent Git Blame feature for PLC code. Normal, text-based Git Blame is supported though.
Git Blame is a great feature that displays the most recent commit that each line was modified in, as well as the author of those changes. The information is presented alongside the file content, so you can see who made each change, and when. You can see an example of Git Blame on a README.md file in a Copia repository below.
Navigating to the Git Blame view is easy. Simply select the text file of interest in the Copia web app, then select View History, and finally Git Blame, as shown below.
Native Git Blame only works for text-based files. This means that there is currently no way for Copia to show you a similar view of the history of different parts of a PLC project.
Elements of the UI may have changed since the time of posting. For the most up-to-date information, refer to our Documentation.