{"id":18777785,"url":"https://github.com/arn4v/git-cheatsheet","last_synced_at":"2026-01-26T01:32:20.896Z","repository":{"id":96541981,"uuid":"389342274","full_name":"arn4v/git-cheatsheet","owner":"arn4v","description":null,"archived":false,"fork":false,"pushed_at":"2021-07-25T12:31:35.000Z","size":1,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-21T05:11:40.583Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"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/arn4v.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}},"created_at":"2021-07-25T12:28:21.000Z","updated_at":"2021-07-25T12:31:37.000Z","dependencies_parsed_at":null,"dependency_job_id":"bc86cef2-5ccd-429f-80e3-f12ee2db3d42","html_url":"https://github.com/arn4v/git-cheatsheet","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/arn4v/git-cheatsheet","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arn4v%2Fgit-cheatsheet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arn4v%2Fgit-cheatsheet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arn4v%2Fgit-cheatsheet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arn4v%2Fgit-cheatsheet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arn4v","download_url":"https://codeload.github.com/arn4v/git-cheatsheet/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arn4v%2Fgit-cheatsheet/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28763934,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-26T00:37:26.264Z","status":"ssl_error","status_checked_at":"2026-01-26T00:37:25.959Z","response_time":113,"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":[],"created_at":"2024-11-07T20:13:49.811Z","updated_at":"2026-01-26T01:32:20.891Z","avatar_url":"https://github.com/arn4v.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# git-cheatsheet\n\nHandy git commands that are too niche to remember.\n\n## Show diff of staged (but not commited) changes\n\n```shell\ngit diff --cached\n```\n\n## Make changes to last commit\n\n**[Source](https://stackoverflow.com/a/927386)**\n\n```shell\ngit reset HEAD~\n# Make some changes\ngit add .\ngit commit -c ORIG_HEAD\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farn4v%2Fgit-cheatsheet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farn4v%2Fgit-cheatsheet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farn4v%2Fgit-cheatsheet/lists"}