{"id":17963646,"url":"https://github.com/msabramo/git-started","last_synced_at":"2025-12-31T14:24:21.675Z","repository":{"id":137885745,"uuid":"173628289","full_name":"msabramo/git-started","owner":"msabramo","description":"Teach people about git","archived":false,"fork":false,"pushed_at":"2019-03-04T15:52:10.000Z","size":1,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-03T19:25:42.893Z","etag":null,"topics":["git"],"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/msabramo.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-03-03T20:50:43.000Z","updated_at":"2019-03-04T15:52:12.000Z","dependencies_parsed_at":null,"dependency_job_id":"feca314d-e51a-4aab-9a1e-09dd10109b03","html_url":"https://github.com/msabramo/git-started","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/msabramo/git-started","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/msabramo%2Fgit-started","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/msabramo%2Fgit-started/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/msabramo%2Fgit-started/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/msabramo%2Fgit-started/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/msabramo","download_url":"https://codeload.github.com/msabramo/git-started/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/msabramo%2Fgit-started/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265846871,"owners_count":23838160,"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","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"],"created_at":"2024-10-29T11:43:12.804Z","updated_at":"2025-12-31T14:24:21.647Z","avatar_url":"https://github.com/msabramo.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# git-started\n\nA toy repo for demonstrating stuff about how to use git\n\n## How to clone this\n\n1. Make sure you have git installed. If on Windows, download and install [Git\n   for Windows](https://gitforwindows.org). Here's a nice\n   [video](https://youtu.be/albr1o7Z1nw) on the topic.\n\n2. Open a terminal or Git Bash shell and do:\n\n```\ngit clone git@github.com:msabramo/git-started.git\n```\n\n## How I created this\n\nIf you want to replicate what I did, here's what I did:\n\n```\n$ cd /some/place/where/I/keep/my/git/repos\n\n$ mkdir git-started\n\n$ cd git-started\n\n$ git init\nInitialized empty Git repository in /Users/abramowi/dev/git-repos/git-started/.git/\n\n$ vim numbers.txt\n# (type in some stuff)\n\n$ git add numbers.txt\n\n$ git commit -m 'Add numbers.txt'\n[master (root-commit) 01a8977] Add numbers.txt\n 1 file changed, 14 insertions(+)\n create mode 100644 numbers.txt\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmsabramo%2Fgit-started","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmsabramo%2Fgit-started","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmsabramo%2Fgit-started/lists"}