Customization Erpnext git

Hi all,

I recently forked the official erpnext from github to my gitlab. And then I made chances to the version at gitlab. Unfortunately, i can only see those changes in Develop, but not production. How am i suppose to push this version on git in order to see the customized version on Production Mode.

Just to add on, instead of making a new app, I made changes directly onto the official erpnext (frappe-bench/apps/erpnext)

Thanks all

@sjc2929: you may want to review App Development using GitHub · frappe/frappe Wiki · GitHub for an industrial approach to contributing to Frappe and ERP Next trunk with your pull requests.

Also, updating the official versions of ERPNext/Frappe (without pulling it back to the official codebase) will push back on your projects in the long run as your changes will be lost (and will have to be re-apply over and over again) every time the newest version of ERP Next released and bench update is run.