Testing different branch

Hi,

I want to do some test on an existing beta app. Then it’s easy to create a branch on github , test the branch , make a clean pull request.

But : what i didn’t kow it’s How to install from a different branch than master or how to update than a different branch than master ?

I have some update to do in installation and on update , just want to know the more cleanest way.

Thanks a lot :heart:

You can locally clone the application, checkout on the good branch (git checkout $branch) then yunohost app install /patch/to/repo.

Oh yeah !!!

I see the local install part , didn’t use my brain totally ! Thanks