Hi,
I am on a master branch and would like to pull a commit from the develop branch.
Will that be possible? Can anyone point out a proper to do this if it is?
Thanks!
Hi,
I am on a master branch and would like to pull a commit from the develop branch.
Will that be possible? Can anyone point out a proper to do this if it is?
Thanks!
Hi @mulyadi-agtechsg! Try switching from master to develop branch by doing this command:
bench switch-to-develop
Hi @creamdory,
Have you tried develop branch? Any issues so far?
The commit difference seems very huge.
Is this for production right? Not always best practice since it is not that stable compared to master. If you want to pull the latest changes that is not yet merged in master then you might want to have this @mulyadi-agtechsg . But like I said, this is not advisable and not best practice.