Feature #2038
Support git default branch
Start date:
08.07.2019
Due date:
% Done:
0%
Estimated time:
origin:
Description
Acceptance Criteria¶
- gitcr.ref can be set to a tag (
refs/tags/<tag name>
), - or a branch (
refs/heads/<branch name>
) or - HEAD for the default branch.
- For compatibility, it can also be a remote tracking branch (
refs/remotes/origin/<branch name>
ororigin/<branch name>
).