How to update an existing app in ERPNext

Hi,

Hope you are doing well!

I have a ERPNext project on aws server, inside this project there is an custom app.
I did make change on this custom app by making clone on my local machine. Now I want to update these changes on custom app of ERPnext on aws server.
Can anyone please help me, I’m stuck in this from last two days.

Thanks in advance

You will have to use github or some central repository to push the changes to.
Then you have to pull from that repository into your ERPNext project.

Which repository do you use for code management?

1 Like