{"id":31715104,"url":"https://github.com/chmodshubham/diff_frepo_vs_orepo","last_synced_at":"2026-02-17T15:02:27.809Z","repository":{"id":191780891,"uuid":"621519096","full_name":"chmodshubham/diff_fRepo_vs_oRepo","owner":"chmodshubham","description":"To check the difference between the forked repository with the original repository just like `git diff` command","archived":false,"fork":false,"pushed_at":"2023-03-30T21:09:33.000Z","size":3,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-09T01:55:12.785Z","etag":null,"topics":["difference","gitdiff"],"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/chmodshubham.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}},"created_at":"2023-03-30T20:36:20.000Z","updated_at":"2025-05-22T11:49:55.000Z","dependencies_parsed_at":"2023-08-31T18:08:22.419Z","dependency_job_id":null,"html_url":"https://github.com/chmodshubham/diff_fRepo_vs_oRepo","commit_stats":null,"previous_names":["chmodshubham/diff_frepo_vs_orepo"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/chmodshubham/diff_fRepo_vs_oRepo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chmodshubham%2Fdiff_fRepo_vs_oRepo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chmodshubham%2Fdiff_fRepo_vs_oRepo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chmodshubham%2Fdiff_fRepo_vs_oRepo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chmodshubham%2Fdiff_fRepo_vs_oRepo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chmodshubham","download_url":"https://codeload.github.com/chmodshubham/diff_fRepo_vs_oRepo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chmodshubham%2Fdiff_fRepo_vs_oRepo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29548201,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-17T14:33:00.708Z","status":"ssl_error","status_checked_at":"2026-02-17T14:32:58.657Z","response_time":100,"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":["difference","gitdiff"],"created_at":"2025-10-09T01:50:59.261Z","updated_at":"2026-02-17T15:02:27.794Z","avatar_url":"https://github.com/chmodshubham.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Compare forked repository w.r.t. original repository \n\nTo check the difference between your forked repository and the original one, you can follow these steps:\n\n### 1. Clone your forked repository to your local machine using the `git clone` command. \n\n```\ngit clone https://github.com/yourusername/yourforkedrepo.git\ncd yourforkedrepo/\n```\n\n### 2. Add the original repository as a remote using the `git remote add` command.\n\n```\ngit remote add upstream https://github.com/originaluser/originalrepo.git\n```\n\n### 3. Fetch the latest changes from the original repository using the `git fetch` command.\n\n```\ngit fetch upstream\n```\n\n### 4. Check out your local branch that you want to compare to the original repository using the `git checkout` command.\n\n```\ngit checkout yourRepoBranch\n```\n\n### 5. Compare your local branch with the specific branch of the original repository that you want to compare with, using the `git diff` command. \n\n```\ngit diff upstream/originalRepoBranch\n```\n\nStore them in a file:\n\n```\ngit diff upstream/originalRepoBranch \u003e\u003e diff.txt\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchmodshubham%2Fdiff_frepo_vs_orepo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchmodshubham%2Fdiff_frepo_vs_orepo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchmodshubham%2Fdiff_frepo_vs_orepo/lists"}