{"id":19327105,"url":"https://github.com/nishkarshraj/datastructuresproject","last_synced_at":"2025-04-22T21:30:23.530Z","repository":{"id":77154663,"uuid":"128853671","full_name":"NishkarshRaj/DataStructuresProject","owner":"NishkarshRaj","description":"Hello Everyone! This is a project of SCM headed by Nishkarsh Raj to make a collaborative effort on Git to make a running model to demonstrate Linked List using C++.","archived":false,"fork":false,"pushed_at":"2023-12-15T11:53:45.000Z","size":749,"stargazers_count":4,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-02T04:03:05.626Z","etag":null,"topics":["automation","c","collaboration","git","github","log","project","scm","source","source-code"],"latest_commit_sha":null,"homepage":null,"language":"C++","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/NishkarshRaj.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}},"created_at":"2018-04-10T01:15:20.000Z","updated_at":"2020-04-11T10:39:30.000Z","dependencies_parsed_at":"2023-12-15T12:53:15.337Z","dependency_job_id":null,"html_url":"https://github.com/NishkarshRaj/DataStructuresProject","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%2FDataStructuresProject","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NishkarshRaj%2FDataStructuresProject/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NishkarshRaj%2FDataStructuresProject/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NishkarshRaj%2FDataStructuresProject/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NishkarshRaj","download_url":"https://codeload.github.com/NishkarshRaj/DataStructuresProject/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250328046,"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":["automation","c","collaboration","git","github","log","project","scm","source","source-code"],"created_at":"2024-11-10T02:16:00.035Z","updated_at":"2025-04-22T21:30:23.114Z","avatar_url":"https://github.com/NishkarshRaj.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DataStructuresProject\nHello Everyone! This is a project of SCM headed by Nishkarsh Raj to make a collaborative effort on Git to make a running model to demonstrate Linked List using C++.\nData Structures Project used to understand Distributed Development, collaboration and Branching features of Git.\nUses Merging and Rebasing for code conflicts.\n\nCollaborators:\n1) Nirmaljeet Singh\n2) Prajawal Banati\n3) Parth Rai\n4) Sailesh Pilla\n5) Prakhar Agarwal\n\n# How to contribute\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}/DataStructuresProject.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/DataStructuresProject.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","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnishkarshraj%2Fdatastructuresproject","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnishkarshraj%2Fdatastructuresproject","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnishkarshraj%2Fdatastructuresproject/lists"}