I have worked on a private project and would like to put it on my resume.
For that I am looking for a git service which allows me to share an access link to my repo, where anybody who has received that access link can read the contents of my repo without requiring the invited to have an account on the particular git web service and without me knowing any details about the consumer of the access link in advance.
It should basically work like a GoogleDrive or OneDrive share-via-link.
Ideally i should be able to set the expiration date of the access link and be able to generate different access links.
Now does such a Git web service exist? Currently I am using BitBucket, but it does not have this feature. I dont like the idea of putting my project on unrestricted public display.
Thanks for any advice! J.
Collaborators on a personal repository can pull (read) the contents of the repository and push (write) changes to the repository. Note: In a private repository, repository owners can only grant write access to collaborators. Collaborators can't have read-only access to repositories owned by a personal account.
Private repositories are only accessible to you, people you explicitly share access with, and, for organization repositories, certain organization members.
Changing a repository's visibilityOn GitHub.com, navigate to the main page of the repository. Under your repository name, click Settings. Under "Danger Zone", to the right of to "Change repository visibility", click Change visibility. Select a visibility.
This is:
So you might need to use a third-party option (like the ones you mention, or GitFront -- from Serbia -- mentioned below,) to package/publish (and update) your repository, for any user to access it with a link. For example, publish it as a bundle (one file).
You can use GitFront to share private git repositories.
It is a web application that allows you to import a repository and create a read-only version of it, which is sharable via link. The person receiving the link doesn't need to have an account to view the repository.
Disclosure: Affiliated with GitFront.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With