Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Clone ¶
Clone checks out the given branch or tag from the given repo. It uses the git CLI already installed on the system.
To optimize storage and bandwidth, the full git history is not fetched.
"remote" may be any format accepted by git, such as https://github.com/abcxyz/abc.git or git@github.com:abcxyz/abc.git .
func Tags ¶
Tags looks up the tags in the given remote repo. The length of each returned string is guaranteed to be >0.
"remote" may be any format accepted by git, such as https://github.com/abcxyz/abc.git or git@github.com:abcxyz/abc.git .
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.