Jul 26 How to Version-Control Everything You Built in Frappe's UI In Frappe projects, most things are created via the UI: DocTypes, Custom Fields, Client Scripts, Server Scripts, Workflows, Roles, Dashboards, and …
Jul 26 Export Only Changed Files From Git While Preserving Folder Structure Sometimes you need to export only the files changed in Git instead of sharing the entire project. This is useful for deployments, patch updates, code …