Production Vs Development on different servers

How to shift the data or files that i have done in the development server to the production server.
I want to migrate all the doctypes and the codes that i have changed in my development to the production,and i have the both modes on different servers ,can anybody help me in this…

  • To move code changes use git
  • To migrate data use Data Import Tool or restore backup on production environment from development environment.

Thank You ,I will try it

I could imagine using the data import tool for moving data would be much more hassle then restoring the database

But ,did i have to switch to development mode to use git ,well in production mode the git commands not working

After changing to prod mode the webiste giving like this…And i also tried it after some time but no change is this a problem