Hello,
I am using the command
git pull upstream
But is it failing with message
fatal: couldn't find remote ref refs/heads/develop
On checking Git repo I observed that there are two main branches - next and version-14.
Which should I pull from?
TIA
Yogi Yang
snv
2
version-14
is compatible with the same branch of Frappe / ERPNext. next
is compatible with the corresponding develop
branch.
1 Like