-
Notifications
You must be signed in to change notification settings - Fork 28
How to: Do a review
FelixStege edited this page May 26, 2021
·
3 revisions
-
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
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.