Installing a git branch results in a tag being suggested for update. #322
-
Is there a way for Mason to check for updates on the specified git branch? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hello! Git installations generally track the latest tag. It's not currently possible to make it track HEAD (or a specific branch for that matter). Should be fairly easy to implement though (installing and tracking HEAD - aka the default branch) - I'm thinking |
Beta Was this translation helpful? Give feedback.
Hello! Git installations generally track the latest tag. It's not currently possible to make it track HEAD (or a specific branch for that matter). Should be fairly easy to implement though (installing and tracking HEAD - aka the default branch) - I'm thinking
:MasonInstall phpactor@HEAD
. Will look into it