Skip to content
Monte Goulding edited this page Jan 16, 2014 · 1 revision

Simple ways to test lcVCS

  1. 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 in git status -u.

  2. 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 at git diff to see if the diff reflects your minor changes.

Reporting issues

Report any issues found here

Clone this wiki locally