Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Support to Check Out on a Specific Reference #12

Merged
merged 3 commits into from
Mar 11, 2024

Conversation

threeal
Copy link
Owner

@threeal threeal commented Mar 11, 2024

This pull request resolves #11 by adding a ref argument in the git_checkout function for checking out the Git repository on a specific reference (branch, tag, or commit) after cloning the Git repository. It also adds more tests for testing checking out a Git repository on a valid and invalid reference.

@threeal threeal self-assigned this Mar 11, 2024
@threeal threeal added this to the Version 1.0.0 milestone Mar 11, 2024
@threeal threeal merged commit 4469558 into main Mar 11, 2024
2 checks passed
@threeal threeal deleted the checkout-specific-ref branch March 11, 2024 08:15
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add Support to Check Out on a Specific Reference
1 participant