{"id":19327101,"url":"https://github.com/nishkarshraj/cpp-reference","last_synced_at":"2025-04-22T21:30:23.250Z","repository":{"id":99063450,"uuid":"217811672","full_name":"NishkarshRaj/CPP-Reference","owner":"NishkarshRaj","description":"A complete list of C++ source codes including Data Structures and Algorithms helpful for interviews etc.","archived":false,"fork":false,"pushed_at":"2023-12-15T05:16:51.000Z","size":153,"stargazers_count":6,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-02T04:03:05.715Z","etag":null,"topics":["algorithms","cpp","data-structures"],"latest_commit_sha":null,"homepage":"https://nishkarshraj.github.io/CPP-Reference/","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/NishkarshRaj.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2019-10-27T05:56:07.000Z","updated_at":"2020-08-01T14:09:11.000Z","dependencies_parsed_at":"2023-12-15T06:30:03.530Z","dependency_job_id":"f0671401-6d83-4a2e-ae05-939b4c1bf945","html_url":"https://github.com/NishkarshRaj/CPP-Reference","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NishkarshRaj%2FCPP-Reference","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NishkarshRaj%2FCPP-Reference/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NishkarshRaj%2FCPP-Reference/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NishkarshRaj%2FCPP-Reference/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NishkarshRaj","download_url":"https://codeload.github.com/NishkarshRaj/CPP-Reference/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250328045,"owners_count":21412546,"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":["algorithms","cpp","data-structures"],"created_at":"2024-11-10T02:15:59.249Z","updated_at":"2025-04-22T21:30:22.967Z","avatar_url":"https://github.com/NishkarshRaj.png","language":"C++","readme":"# C++ Handbook\n\n# How to Collaborate:\n\n1. Fork the repository to your own GitHub account.\n\n2. Clone the repository to your local machine\n```\n$ git clone \"https://www.github.com/{Username}/CPP-Reference.git\"\n```\nwhere username is your GitHub account username.\n\n3. Create a branch where you can do your local work.\nNever work on **master** branch as we do not allow master commits except by admins.\n```\n$ git branch {branchname}\n$ git checkout branchname\n```\n\n4. Do your work and stage your changes.\n```\n$ git add \u003cfilename\u003e\n```\n\n5. Commit you changes with a commit message containing your name, file(s) worked upon, changes added.\n```\n$ git commit -m \"Name| files| Changes\"\n```\n\n6. Push changes to your forked repository\n```\n$ git push -u origin branchname\n```\n\n# Synchronize forked repository with Upstream repository\n\n1. Create upstream as our repository\n```\n$ git remote add upstream \"https://www.github.com/NishkarshRaj/CPP-Reference.git\"\n```\n\n2. Fetch upstream changes in local machine\n```\n$ git fetch upstream\n```\n\n3. Switch to master branch\n```\n$ git checkout master\n```\n\n4. Merge changes in local machine\n```\n$ git merge upstream/master\n```\n\n5. Push changes to your forked GitHub repository\n```\n$ git push -f origin master\n```\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnishkarshraj%2Fcpp-reference","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnishkarshraj%2Fcpp-reference","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnishkarshraj%2Fcpp-reference/lists"}