Checking customizations made using customize form

Hi,

This might be a silly question but is there a way to check customizations made using customize form option in a production environment?

For e.g., I have a custom doctype on my developer machine that was updated a while back. Since then I have made changes to that doctype using the customize form option on my production machine. Is there a way I can compare the two so that I can bring the doctype on my developer machine up to date and then push it back to the production machine?

Thanks
Ishan

You have to manually compare,check custom field list.

Its best not to do any changes in production directly.

Instead always start with development, export your customisation to your custom app, commit,push it to your repo and pull in production.