{"id":31033276,"url":"https://github.com/lucamienert/dotnetgit","last_synced_at":"2026-04-18T11:03:24.509Z","repository":{"id":313527450,"uuid":"1051718020","full_name":"lucamienert/DotnetGit","owner":"lucamienert","description":"Git Clone in .NET C#","archived":false,"fork":false,"pushed_at":"2025-09-06T16:10:46.000Z","size":19,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-09-14T01:42:29.672Z","etag":null,"topics":["dotnet","git","git-clone"],"latest_commit_sha":null,"homepage":"","language":"C#","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/lucamienert.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-06T15:20:48.000Z","updated_at":"2025-09-13T07:54:09.000Z","dependencies_parsed_at":"2025-09-06T18:20:29.244Z","dependency_job_id":"d90a3b49-3234-403d-aa30-6e6d9aa8f968","html_url":"https://github.com/lucamienert/DotnetGit","commit_stats":null,"previous_names":["lucamienert/dotnetgit"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lucamienert/DotnetGit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucamienert%2FDotnetGit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucamienert%2FDotnetGit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucamienert%2FDotnetGit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucamienert%2FDotnetGit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lucamienert","download_url":"https://codeload.github.com/lucamienert/DotnetGit/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucamienert%2FDotnetGit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279017242,"owners_count":26086015,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-13T02:00:06.723Z","response_time":61,"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":["dotnet","git","git-clone"],"created_at":"2025-09-14T01:42:21.363Z","updated_at":"2025-10-13T23:25:54.156Z","avatar_url":"https://github.com/lucamienert.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# .NET GIT\n\nA simple Git-clone version control system written in C# for learning purposes. \nIt has basic Git functionality listed below.\nIt initializes a repository in `.dotnetgit`.\n\n## Supported commands\n\n- init\n- add\n- commit\n- branch\n- log\n- status\n- checkout\n- merge\n\n## Examples\n\n### Initialize a repository\n\n```bash\ndotnet run -- init\n```\n\n### Add files\n\nNote: Folders and Files are supported\n\n```bash\ndotnet run -- src/ README.md\n```\n\n### Commit changes\n\n```bash\ndotnet run -- commit \"Initial commit\"\n```\n\n### Status\n\n```bash\ndotnet run -- status\n```\n\n### View commit history\n\n```bash\ndotnet run -- log\n```\n\n### Branching\n\n```bash\ndotnet run -- branch test\ndotnet run -- checkout test\n```\n\n### Merge\n\n```bash\ndotnet run -- checkout master\ndotnet run -- merge test\n```\n\n## Sources\n\nhttps://github.com/codecrafters-io/build-your-own-x\nhttps://wyag.thb.lt/\nhttps://kushagra.dev/blog/build-git-learn-git/\nhttps://www.leshenko.net/p/ugit/#","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flucamienert%2Fdotnetgit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flucamienert%2Fdotnetgit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flucamienert%2Fdotnetgit/lists"}