Form layout changes are stored directly in your local database, hence these changes could not be commited via git commands. You have two options:
- To change manually form layout on your prod server
- To migrate your local DB data into remote
P.S. I would prefer firts method, due to its simplicity compared to the second method