Configure View changes not shown in git status

Form layout changes are stored directly in your local database, hence these changes could not be commited via git commands. You have two options:

  1. To change manually form layout on your prod server
  2. To migrate your local DB data into remote
    P.S. I would prefer firts method, due to its simplicity compared to the second method