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

Adding using git for pulling dependencies #94

Merged
merged 2 commits into from
Jul 14, 2024

Conversation

mario-eth
Copy link
Owner

Now we can use git to pull dependencies. It supports github and gitlab

Example:
soldeer install test-project~v1 git@github.com:test/test.git
soldeer install test-project~v1 git@gitlab.com:test/test.git

soldeer install test-project~v1 https://github.com/test/test.git
soldeer install test-project~v1 https://gitlab.com/test/test.git

Or using custom commit hashes
soldeer install test-project~v1 git@github.com:test/test.git 345e611cd84bfb4e62c583fa1886c1928bc1a464

@mario-eth mario-eth merged commit ea6e23c into main Jul 14, 2024
5 checks passed
@mario-eth
Copy link
Owner Author

Rewritten: #98

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant