Where is the branch that must be used with commands: bench switch-to-branch [branch-name]

erpnext@ubuntu:~/erpnext/frappe-bench$ bench version
WARN: bench is installed in editable mode!

This is not the recommended mode of installation for production. Instead, install the package from PyPI with: `pip install frappe-bench`

erpnext 11.1.49
frappe 10.1.71
erpnext@ubuntu:~/erpnext/frappe-bench$ bench update --patch
WARN: bench is installed in editable mode!

This is not the recommended mode of installation for production. Instead, install the package from PyPI with: `pip install frappe-bench`

'master' branch is renamed to 'version-11' since 'version-12' release.
As of January 2020, the following branches are
version		Frappe			ERPNext
11		version-11		version-11
12		version-12		version-12
13		develop			develop

Please switch to new branches to get future updates.
To switch to your required branch, run the following commands: bench switch-to-branch [branch-name]

so my question is
where is the branch that must be used with commands: bench switch-to-branch [branch-name]

version		Frappe			ERPNext
11 version-11 version-11
12 version-12 version-12
13 develop develop

which column that is the name of branch is it
version or Frappe or ERPNext

bench switch-to-branch [what should here]
if i want to switch to version 11 for example is this correct
bench switch-to-branch version-11

and is this command above will switch both FRAPPE and ERPNEXT together ?
?

Yes this is correct
bench switch-to-branch version-11

version is branch

1 Like

thank you @Suresh_Thakor