Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
since node module folder is in gitignore how will custom theme changes be pushed in branch? because when I run git status no file changes are shown but in fact I have modified css and fonts.
You should have the theme in it's own git repository, then pull and link that repository into node_modules when you deploy.