{"id":16935909,"url":"https://github.com/unixmonkey/learngit","last_synced_at":"2026-03-11T12:15:02.013Z","repository":{"id":11099206,"uuid":"13451553","full_name":"unixmonkey/learngit","owner":"unixmonkey","description":null,"archived":false,"fork":false,"pushed_at":"2016-07-15T21:15:20.000Z","size":93,"stargazers_count":6,"open_issues_count":22,"forks_count":58,"subscribers_count":2,"default_branch":"master","last_synced_at":"2026-02-07T14:20:19.398Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"GCC Machine Description","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/unixmonkey.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}},"created_at":"2013-10-09T19:17:35.000Z","updated_at":"2016-07-15T20:59:18.000Z","dependencies_parsed_at":"2022-09-06T22:31:49.641Z","dependency_job_id":null,"html_url":"https://github.com/unixmonkey/learngit","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/unixmonkey/learngit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unixmonkey%2Flearngit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unixmonkey%2Flearngit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unixmonkey%2Flearngit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unixmonkey%2Flearngit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/unixmonkey","download_url":"https://codeload.github.com/unixmonkey/learngit/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unixmonkey%2Flearngit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30380935,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-11T06:09:32.197Z","status":"ssl_error","status_checked_at":"2026-03-11T06:09:17.086Z","response_time":84,"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-10-13T20:55:38.137Z","updated_at":"2026-03-11T12:15:01.996Z","avatar_url":"https://github.com/unixmonkey.png","language":"GCC Machine Description","funding_links":[],"categories":[],"sub_categories":[],"readme":"Learngit\n===\n\nThe goal of this project is to help YOU learn how to contribute to someone's project on GitHub.\n\nThis is a playground, and an educational tool.\n\nFeel free to send pull requests and open issues.\n\nIf you do not already have an account with [GitHub](https://github.com), please sign up.\n\nAdd the output of this (your SSH public key) to Github under \"Account Settings\" -\u003e \"SSH Keys'\n\u003cpre\u003e\n  cat ~/.ssh/id_rsa.pub\n\u003c/pre\u003e\n\nFork the other project to your own Github account (in the top-right corner of the page, click Fork) and clone to work with locally\n\u003cpre\u003e\n  git clone git@github.com:YOUR_GITHUB_NAME/learngit.git\n  cd learngit/\n  git remote -v\n\u003c/pre\u003e\n\nAdd a git remote for the upstream repository\n\u003cpre\u003e\n  git remote -v\n  git remote add upstream git@github.com:unixmonkey/learngit.git\n  git remote -v\n  git pull upstream master\n\u003c/pre\u003e\n\nCreate a topic/feature branch (so you aren't working off of master)\n\u003cpre\u003e\n  git checkout -b my_awesome_new_feature\n  git branch\n\u003c/pre\u003e\n\nEdit some stuff and commit\n\u003cpre\u003e\n  vi stuff.md\n  vi README.md\n  git status\n  git add README.md stuff.md\n  git status\n  git commit\n  git status\n  git log\n\u003c/pre\u003e\n\nPush your changes to your Github fork\n\u003cpre\u003e\n  git push origin my_awesome_new_feature\n\u003c/pre\u003e\n\nGo to Github and create a pull request from your commit\n\nWait for change to be merged in by original maintainer\n\nPull in merged changes\n\u003cpre\u003e\n  git checkout master\n  git pull upstream master\n\u003c/pre\u003e\n\nDelete your local topic branch\n\u003cpre\u003e\n  git branch -d my_awesome_new_feature\n  git log\n\u003c/pre\u003e\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funixmonkey%2Flearngit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Funixmonkey%2Flearngit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funixmonkey%2Flearngit/lists"}