What is the recommended way to use custom collections in AWX

Hi,

In my awx project I have a requirements file for my collections and this works.
Unfortunately I ran into a bug in the collection. This bug is resolved in a PR and I want to test drive this branch.

How can I do this in a easy way. I think I should edit the requirements file but I haven’t figured this out how to do this.

In the future I would also like to develop my own in house collections.
What would be the syntax to add a tar.gz on a url or a git repo (with authentication and specified branch) in the requirements file.

kind regards,

Kind regards

try something like this:

- name: g...@github.com:ORG/REPO.git,BRANCH