{"id":20850468,"url":"https://github.com/noteed/git-notes","last_synced_at":"2026-04-16T09:31:28.352Z","repository":{"id":66654547,"uuid":"225001303","full_name":"noteed/git-notes","owner":"noteed","description":"A collection of short notes about Git","archived":false,"fork":false,"pushed_at":"2019-12-07T20:31:22.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-25T21:20:57.787Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://noteed.com/git-notes/","language":"Nix","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/noteed.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":"2019-11-30T11:22:08.000Z","updated_at":"2019-12-07T20:31:24.000Z","dependencies_parsed_at":"2023-02-21T13:45:49.864Z","dependency_job_id":null,"html_url":"https://github.com/noteed/git-notes","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/noteed/git-notes","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noteed%2Fgit-notes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noteed%2Fgit-notes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noteed%2Fgit-notes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noteed%2Fgit-notes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/noteed","download_url":"https://codeload.github.com/noteed/git-notes/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noteed%2Fgit-notes/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31879858,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T09:23:21.276Z","status":"ssl_error","status_checked_at":"2026-04-16T09:23:15.028Z","response_time":69,"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-18T03:09:41.066Z","updated_at":"2026-04-16T09:31:28.347Z","avatar_url":"https://github.com/noteed.png","language":"Nix","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Git notes\n\nThis is a collection of short notes about Git. When some commands are\ndemonstrated, they are run using Nix to capture the results, which are then\nembedded into Markdown files. Those files can be further processed to build\nHTML files, e.g. with Pandoc.\n\n\n## List of notes\n\nEach note starts with the command to build its associated Nix derivation. The\navailable notes are:\n\n- [`git init`](generated/init.md)\n\n\n## Building\n\nEach repository and associated documentation can be built separately. For\ninstance, to build a repository demonstrating the [`git\ninit`](generated/init.md) command, one can run:\n\n```\n$ nix-build -A init\n```\n\nTo build the Markdown file corresponding to that same command:\n\n```\n$ nix-build site/ -A md.init\n```\n\nTo build all the notes as Markdown, these two commands are equivalent:\n\n```\n$ nix-build site/ -A md.all\n```\n\nTo build the HTML file corresponding to that same command:\n\n```\n$ nix-build site/ -A html.init\n```\n\nTo build all the notes as HTML, these two commands are equivalent:\n\n```\n$ nix-build site/ -A html.all\n$ nix-build -A site\n```\n\nThe generated Markdown files can be seen in the `generated/` directory.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnoteed%2Fgit-notes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnoteed%2Fgit-notes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnoteed%2Fgit-notes/lists"}