- Add conditional logic to handle tag vs branch checkouts - Tags don't exist on 'origin/tagname' so use direct checkout - Branches can be checked out as 'origin/branchname' - Fixes 'fatal: origin/v0.0.1 is not a commit' error
- Add conditional logic to handle tag vs branch checkouts - Tags don't exist on 'origin/tagname' so use direct checkout - Branches can be checked out as 'origin/branchname' - Fixes 'fatal: origin/v0.0.1 is not a commit' error