Change code and upload file on server

Hello,

I want to change code frappe and Erpnext and commit on my development server and my development server is on Digital Ocean.

And I also connect my server to FileZilla.

can you please help me?

Thanks in advance

What changes you need to do in frappe and erpnext?
Do you have the setup on your local?

why not commit and push to bitbucket/github/gitlab and then pull it on your server

First i want check on my server then i commit to frappe github

then don’t commit on the master branch, make a new branch and commit. checkout to that branch, migrate and see the effect.

then how can i install new branch of frappe and erpnext?

@mohsininspire

git checkout -b “your_branch_name”

What changes you need to do in frappe and erpnext?
A:- I want to change when every action success then you frappe send email I want to change on it.
Do you have the setup on your local?
A:- No, on DigitalOcean

anyone knows which class file or function call when send mail to respected user?

frappe.sendmail() function use to send mail

I have make a class file in python and how to use this file in frappe?