How to: Do a review - RWTH-EBC/AixOCAT GitHub Wiki
Check List
-
Do all library elements have a description?
-
Do all paramaters and variables have a description?
-
Stick to the Namespace Requirements
-
Run examples of revised objects
What might be helpful?
Useful links
List of Changed Files
Open a (Windows) shell in the folder of your local repository:
git diff --name-only SHA1 SHA2 > C:\any_path\myList.txt
The expression > C:\any_path\myList.txt
writes the list into a text file. Just leave this statement out in order to list the files directly in the shell.