{"id":19504638,"url":"https://github.com/platypew/fgit","last_synced_at":"2026-05-12T12:04:26.776Z","repository":{"id":96483358,"uuid":"470199725","full_name":"PlatyPew/FGit","owner":"PlatyPew","description":"A crappier version of Git","archived":false,"fork":false,"pushed_at":"2022-04-08T13:07:02.000Z","size":248,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-25T22:11:34.568Z","etag":null,"topics":["git","ict1009","vcs"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/PlatyPew.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2022-03-15T14:36:09.000Z","updated_at":"2022-11-24T02:45:57.000Z","dependencies_parsed_at":"2023-03-16T21:00:38.536Z","dependency_job_id":null,"html_url":"https://github.com/PlatyPew/FGit","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/PlatyPew/FGit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PlatyPew%2FFGit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PlatyPew%2FFGit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PlatyPew%2FFGit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PlatyPew%2FFGit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PlatyPew","download_url":"https://codeload.github.com/PlatyPew/FGit/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PlatyPew%2FFGit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32938007,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-12T09:19:52.626Z","status":"ssl_error","status_checked_at":"2026-05-12T09:17:33.438Z","response_time":102,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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","ict1009","vcs"],"created_at":"2024-11-10T22:26:33.498Z","updated_at":"2026-05-12T12:04:26.761Z","avatar_url":"https://github.com/PlatyPew.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Fake Git\n\nA crappier version of git\n\n## Sub-commands\n\n-   `init`: initialises the fgit repo\n-   `status`: list status of file (created, modified or deleted)\n-   `log`: shows the commit graph\n-   `diff`: shows the diff between current commit and workspace (binary files will be truncated)\n-   `commit`: saves a snapshot of the current workspace by specifying what files to add\n-   `reset`: reverts back to a commit and updating the contents in the workspace\n\n## Building\n\nYou can download the binaries [here](https://github.com/PlatyPew/Fake-Git/releases) (macOS and Linux only)\n\n```sh\n# Cloning the repo\ngit clone --recurse-submodules https://github.com/PlatyPew/Fake-Git.git\n\n# Configure CMake\ncmake -B build -DCMAKE_CXX_COMPILER=clang++\n\n# Build Cmake\ncmake --build build # You can add -j \u003cnum of cores\u003e to speed up compilation\n\n# Cleanup\ncmake --build build --target clean\n```\n\n## Running\n\n```sh\n# Init\nfgit init\n```\n\n```sh\n# Status\nfgit status\n```\n\n```sh\n# Log\nfgit log [commit id]\n```\n\n```sh\n# Diff\nfgit diff\n```\n\n```sh\n# Commit\nfgit commit \u003cauthor\u003e \u003cmessage\u003e [files]\n```\n\n```sh\n# Reset\nfgit reset [commit hash]\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fplatypew%2Ffgit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fplatypew%2Ffgit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fplatypew%2Ffgit/lists"}