{"id":25403666,"url":"https://github.com/sumit-kr-das/git","last_synced_at":"2026-04-16T12:01:55.927Z","repository":{"id":168686562,"uuid":"565022841","full_name":"sumit-kr-das/git","owner":"sumit-kr-das","description":"Basic git command for beginners","archived":false,"fork":false,"pushed_at":"2022-11-12T06:20:16.000Z","size":5,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-02T09:34:45.382Z","etag":null,"topics":["git","github"],"latest_commit_sha":null,"homepage":"","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/sumit-kr-das.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":"2022-11-12T04:57:12.000Z","updated_at":"2022-11-13T13:12:52.000Z","dependencies_parsed_at":null,"dependency_job_id":"c26181ea-d248-46cc-8397-a798c9c6d743","html_url":"https://github.com/sumit-kr-das/git","commit_stats":null,"previous_names":["sumit-kr-das/git"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sumit-kr-das/git","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sumit-kr-das%2Fgit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sumit-kr-das%2Fgit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sumit-kr-das%2Fgit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sumit-kr-das%2Fgit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sumit-kr-das","download_url":"https://codeload.github.com/sumit-kr-das/git/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sumit-kr-das%2Fgit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31884929,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T11:36:10.202Z","status":"ssl_error","status_checked_at":"2026-04-16T11:36:09.652Z","response_time":69,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["git","github"],"created_at":"2025-02-16T02:47:50.213Z","updated_at":"2026-04-16T12:01:55.908Z","avatar_url":"https://github.com/sumit-kr-das.png","language":null,"readme":"# How to keep up to date a forked repo\n\n![forked_demo](https://user-images.githubusercontent.com/73597446/201460511-5bbc47d6-bab1-492d-92f8-d94692d6ddee.png)\n\n#### Clone the repo first\n```git\n  $ git clone \u003curl\u003e\n```\n\n#### Check the remote origin\n```git\n  $ git remote -v\n```\n\n\n#### Add a new upstream \n- upstream mean where you get the update from\n```git\n  $ git remote add upstream \u003cupstream link\u003e\n```\n\n\n#### Check the new upstream \n```git\n  $ git remote -v\n```\n\n\n#### For update origin with changes that happened in upstream\n- or pull down all the remote changes from upstream\n- they are not merge with our local changes\n```git\n  $ git fetch upstream\n```\n\n\n#### For merge with local file\n```git\n  $ git merge upstream/dev\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsumit-kr-das%2Fgit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsumit-kr-das%2Fgit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsumit-kr-das%2Fgit/lists"}