How to update from v10 to V11

Hi,

The staging branch does exist on Github, and the problem with the command “switch-to-*” comes from your git configuration file for ERPNext:

Make sure it fetches all branches on upstream and not only develop or master.

Here is an example of an app already switched to staging:

image

2 Likes