-
Notifications
You must be signed in to change notification settings - Fork 10
Testing
Monte Goulding edited this page Jan 16, 2014
·
1 revision
-
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.
Report any issues found here