Testing - montegoulding/lcVCS GitHub Wiki
Simple ways to test lcVCS
-
Export your project and commit it so that
git status -u
shows working directory clean. Then Import then Export without making any changes to the stacks. The working directory should still be clean ingit status -u
. -
Export your project and commit it so that
git status -u
shows working directory clean. Then Import and make some minor change to the stack like edit a script or change one property. Export and take a look atgit diff
to see if the diff reflects your minor changes.
Reporting issues
Report any issues found here