{"id":19673653,"url":"https://github.com/vsfe/vsfe-codecrafters-git-kotlin","last_synced_at":"2026-05-11T13:37:08.303Z","repository":{"id":253619734,"uuid":"844040284","full_name":"VSFe/VSFe-codecrafters-git-kotlin","owner":"VSFe","description":null,"archived":false,"fork":false,"pushed_at":"2024-08-18T07:45:13.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-27T05:18:19.077Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/VSFe.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-08-18T07:34:16.000Z","updated_at":"2024-08-18T07:45:17.000Z","dependencies_parsed_at":"2024-08-19T09:50:09.130Z","dependency_job_id":null,"html_url":"https://github.com/VSFe/VSFe-codecrafters-git-kotlin","commit_stats":null,"previous_names":["vsfe/vsfe-codecrafters-git-kotlin"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/VSFe/VSFe-codecrafters-git-kotlin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VSFe%2FVSFe-codecrafters-git-kotlin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VSFe%2FVSFe-codecrafters-git-kotlin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VSFe%2FVSFe-codecrafters-git-kotlin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VSFe%2FVSFe-codecrafters-git-kotlin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/VSFe","download_url":"https://codeload.github.com/VSFe/VSFe-codecrafters-git-kotlin/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VSFe%2FVSFe-codecrafters-git-kotlin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32897453,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-10T13:40:02.631Z","status":"online","status_checked_at":"2026-05-11T02:00:05.975Z","response_time":120,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-11T17:15:51.085Z","updated_at":"2026-05-11T13:37:08.287Z","avatar_url":"https://github.com/VSFe.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![progress-banner](https://backend.codecrafters.io/progress/git/fa535d84-df45-4ee9-984e-6d69b68cd7f5)](https://app.codecrafters.io/users/codecrafters-bot?r=2qF)\n\nThis is a starting point for Kotlin solutions to the\n[\"Build Your Own Git\" Challenge](https://codecrafters.io/challenges/git).\n\nIn this challenge, you'll build a small Git implementation that's capable of\ninitializing a repository, creating commits and cloning a public repository.\nAlong the way we'll learn about the `.git` directory, Git objects (blobs,\ncommits, trees etc.), Git's transfer protocols and more.\n\n**Note**: If you're viewing this repo on GitHub, head over to\n[codecrafters.io](https://codecrafters.io) to try the challenge.\n\n# Passing the first stage\n\nThe entry point for your Git implementation is in `src/main/kotlin/Main.kt`.\nStudy and uncomment the relevant code, and push your changes to pass the first\nstage:\n\n```sh\ngit add .\ngit commit -m \"pass 1st stage\" # any msg\ngit push origin master\n```\n\nThat's all!\n\n# Stage 2 \u0026 beyond\n\nNote: This section is for stages 2 and beyond.\n\n1. Ensure you have `kotlin (\u003e=2.0)` installed locally\n1. Run `./your_program.sh` to run your Git implementation, which is implemented\n   in `src/main/kotlin/Main.kt`.\n1. Commit your changes and run `git push origin master` to submit your solution\n   to CodeCrafters. Test output will be streamed to your terminal.\n\n# Testing locally\n\nThe `your_program.sh` script is expected to operate on the `.git` folder inside\nthe current working directory. If you're running this inside the root of this\nrepository, you might end up accidentally damaging your repository's `.git`\nfolder.\n\nWe suggest executing `your_program.sh` in a different folder when testing\nlocally. For example:\n\n```sh\nmkdir -p /tmp/testing \u0026\u0026 cd /tmp/testing\n/path/to/your/repo/your_program.sh init\n```\n\nTo make this easier to type out, you could add a\n[shell alias](https://shapeshed.com/unix-alias/):\n\n```sh\nalias mygit=/path/to/your/repo/your_program.sh\n\nmkdir -p /tmp/testing \u0026\u0026 cd /tmp/testing\nmygit init\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvsfe%2Fvsfe-codecrafters-git-kotlin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvsfe%2Fvsfe-codecrafters-git-kotlin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvsfe%2Fvsfe-codecrafters-git-kotlin/lists"}