{"id":20940923,"url":"https://github.com/timhanewich/git-demo","last_synced_at":"2026-02-07T14:31:32.835Z","repository":{"id":117077912,"uuid":"574603201","full_name":"TimHanewich/git-demo","owner":"TimHanewich","description":"A basic demonstration of git functionality!","archived":false,"fork":false,"pushed_at":"2022-12-13T18:40:52.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-23T12:58:59.740Z","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/TimHanewich.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":"2022-12-05T17:09:24.000Z","updated_at":"2022-12-05T17:09:24.000Z","dependencies_parsed_at":null,"dependency_job_id":"715cc785-97a5-44db-b735-8c1252881c2f","html_url":"https://github.com/TimHanewich/git-demo","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/TimHanewich/git-demo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TimHanewich%2Fgit-demo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TimHanewich%2Fgit-demo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TimHanewich%2Fgit-demo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TimHanewich%2Fgit-demo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TimHanewich","download_url":"https://codeload.github.com/TimHanewich/git-demo/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TimHanewich%2Fgit-demo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29197022,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-07T12:38:28.597Z","status":"ssl_error","status_checked_at":"2026-02-07T12:38:23.888Z","response_time":63,"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":[],"created_at":"2024-11-18T23:12:23.316Z","updated_at":"2026-02-07T14:31:32.802Z","avatar_url":"https://github.com/TimHanewich.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Git Demo\nThis repository is designed to demo basic functionality of git as a version control system.\n\n## Installing \u0026 Setting Up Git\nDownload \u0026 Install Git here: [https://git-scm.com/downloads](https://git-scm.com/downloads). *(see the \"Download for Windows\" button)*.\nThe installation wizard will take you through many menus and configuration options. It is fine to leave them all default and keep clicking **next**!\n- After installation, open command prompt. \n- Run `git --version` to check which version of git you have installed.\n    - If you get an error that sounds like *\"___ is not recognized as an internal or external command\"*, you may need to restart your computer.\n- Run `git config --global user.email \"me@email.com\"`, replacing *me@email.com* with your email.\n- Run `git config --global user.name \"First Last\"`, replacing *First Last* with your name.\n\n## Cloning this repo locally\n```\ngit clone https://github.com/TimHanewich/git-demo\n```\n\n## Some commands\n- `git status` - Which files in this directory have been changed since the last commit?\n- `git diff` - Specifically, what changed in those files since the last commit?\n- `git add` - Add a file's changes to the staging area (prepare for a commit)\n- `git commit` - Commit the staged changes to the change log (git)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimhanewich%2Fgit-demo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftimhanewich%2Fgit-demo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimhanewich%2Fgit-demo/lists"}