How could I know Bench Update from Which Repo?

Hi all, how could I check that when I run Bench update, it would update from local bench-repo or the remote git hub ?

Hi Alan

A basic install consists of two apps erpnext and frappe.

For details where these update from when you run bench update, just go to each of their directories and for eg do this:

frappe@ubuntu:~/frappe-bench/apps/erpnext$ git remote -v
upstream GitHub - frappe/erpnext: Free and Open Source Enterprise Resource Planning (ERP) (fetch)
upstream GitHub - frappe/erpnext: Free and Open Source Enterprise Resource Planning (ERP) (push)

frappe@ubuntu:~/frappe-bench/apps/erpnext$ git status
On branch master
Your branch is up-to-date with ‘upstream/master’.
nothing to commit, working directory clean

To orient you Breaking down Environment and branch (develop, master) - #4 by jcyh)

3 Likes