[SOLVED] How do we change the release to a branch from git?

For example, meteor --releast devel doesn’t give me the branch from devel. Is there a way?

I have actually never tried but from the github you should be able to clone it and run it locally from there on any branch you want.

Ah cool, I just did export PATH=/path/to/git/repo:$PATH to use meteor from git, and I checked out the devel in the repo.

1 Like

Nice! Glad it worked! :slight_smile:

1 Like