I would like to ask how do we want to handle selecting specific version of the package from UppHub. In the current implementation you always pull master branch, which might be unstable at the moment.
You can specify tag or branch (after space).
Quote:
That said, maybe it is not a bad practice to have master stable and develop always in the branch....
Small digression. Right now the default branch name for newly created GitHub repos is main - not master, so we will need to handle it somehow.
Not really, if you do not specify it when cloning, the default one is used...