{"id":21015843,"url":"https://github.com/abhiraj-ku/git-it","last_synced_at":"2026-04-29T23:32:22.472Z","repository":{"id":226801139,"uuid":"756256821","full_name":"abhiraj-ku/Git-It","owner":"abhiraj-ku","description":"This project is a simple implementation of Git in JavaScript, providing basic Git functionality for managing version control in a local environment.","archived":false,"fork":false,"pushed_at":"2024-03-10T13:04:17.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-02T05:00:49.578Z","etag":null,"topics":["git","github"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/abhiraj-ku.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-02-12T09:55:18.000Z","updated_at":"2024-10-11T02:26:17.000Z","dependencies_parsed_at":"2024-11-19T10:11:34.846Z","dependency_job_id":"4a3bab2f-b575-4280-b39b-f2a853be974a","html_url":"https://github.com/abhiraj-ku/Git-It","commit_stats":null,"previous_names":["abhiraj-ku/git-it"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/abhiraj-ku/Git-It","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abhiraj-ku%2FGit-It","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abhiraj-ku%2FGit-It/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abhiraj-ku%2FGit-It/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abhiraj-ku%2FGit-It/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/abhiraj-ku","download_url":"https://codeload.github.com/abhiraj-ku/Git-It/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abhiraj-ku%2FGit-It/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32448399,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T22:27:22.272Z","status":"ssl_error","status_checked_at":"2026-04-29T22:10:49.234Z","response_time":110,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["git","github"],"created_at":"2024-11-19T10:11:32.477Z","updated_at":"2026-04-29T23:32:22.458Z","avatar_url":"https://github.com/abhiraj-ku.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Simple Git Implementation in JavaScript\n\nThis project is a simple implementation of Git in JavaScript, providing basic Git functionality for managing version control in a local environment.\n\n## Usage\n\nTo use this Git implementation, follow the steps below:\n\n1. Clone or download the repository to your local machine.\n\n2. Open a terminal window and navigate to the project directory.\n\n3. Run the Node.js script with one of the following commands:\n\n   ```bash\n   # Initialize an empty Git repository in the current directory\n   node your_script.js init\n\n   # Display the contents of a Git object\n   node your_script.js cat-file -p \u003cobject-hash\u003e\n\n   # Create a blob object\n   node your_script.js hash-object -w \u003cfile_name\u003e\n   ```\n\n   Replace `\u003cobject-hash\u003e` with the hash of the Git object you want to inspect.\n\n## Available Commands\n\n- `init`: Initializes an empty Git repository in the current directory.\n\n- `cat-file -p \u003cobject-hash\u003e`: Displays the contents of a Git object identified by its hash.\n\n- `hash-object -w \u003cfile_name `: Create a blob object and also write the content in the file.\n\n## Requirements\n\n- Node.js (version \u003e= 10.0.0)\n\n## Contributions\n\nContributions to this project are welcome! If you have any ideas for improvements or new features, feel free to open an issue or submit a pull request.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabhiraj-ku%2Fgit-it","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabhiraj-ku%2Fgit-it","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabhiraj-ku%2Fgit-it/lists"}