Why my reports are delete after Git Push and Pull

Hello,

After I creating reports I commit my project using Git but Git don’t recognized the changes. that why when I push my project that my colleague change. I can’t get my reports. Is there any possibility to fix this problem? why Git don’t recognize report?
I know report work with database.
because of that I want to make same report every day that is very annoying

thank you

Hi,

Reports are stored in the database, they are not added to VCS automatically. If you want to commit reports to VCS you can export them as ZIP and add this ZIP to Git.

1 Like