I am using gitlab repositories also to install private packages via “pip install”. As far as I understood pip is installing from the “default” branch. Am I right?
Is there a way to change this behavior? (apart from appending @branchname to the git+ssh path in the the installation command)
In that example they explicitly decide to install from the branch “master”.
But without the branch specification, this is what I’m asking, I cannot find in which way pip (git?) decide the branch to install from.