-
-
Notifications
You must be signed in to change notification settings - Fork 156
Open
Description
It is currently possible to use citgm to test the master branch with the following lookup.json options:
"master": true,
"repo": "https://github.com/org/repo",
"replace": trueHowever, there's no way to select a different branch, which makes it harder to use CitGM for development.
The fix would be to have the option "branch": "my_branch" instead of "master": true. We can alias "master": true to "branch": "master" for backwards compatibility.