I’ve read the documentation page about using Git URLs and it is generally working. I’ve added our github link without any revision, so it looks like "https://github.com/mycompany/mypackage.git"
.
However, the package manager automatically added a lock entry to the manifest, which I assume is the default behaviour to ensure, that it doesn’t constantly update the package.
How do I tell the package manager to remove the lock and instead always use the most recent revision on a specified branch of my repository? In my case, I know that I will always want to work on the latest changeset and not have to worry update updating the manifest file manually.