{"id":22749696,"url":"https://github.com/rohan-kulkarni-25/learn-github","last_synced_at":"2025-04-14T12:42:24.772Z","repository":{"id":45433076,"uuid":"345987899","full_name":"rohan-kulkarni-25/Learn-GITHUB","owner":"rohan-kulkarni-25","description":"Easy Guide to for Github and Vs code Workflow ! This will help you to kick start your journey soon !! ","archived":false,"fork":false,"pushed_at":"2022-12-07T07:41:53.000Z","size":418,"stargazers_count":54,"open_issues_count":10,"forks_count":51,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-05T13:44:39.095Z","etag":null,"topics":["first-timers","github","opensource","vscode"],"latest_commit_sha":null,"homepage":"","language":"HTML","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/rohan-kulkarni-25.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-03-09T11:47:39.000Z","updated_at":"2024-09-06T14:41:55.000Z","dependencies_parsed_at":"2023-01-24T14:01:23.591Z","dependency_job_id":null,"html_url":"https://github.com/rohan-kulkarni-25/Learn-GITHUB","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rohan-kulkarni-25%2FLearn-GITHUB","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rohan-kulkarni-25%2FLearn-GITHUB/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rohan-kulkarni-25%2FLearn-GITHUB/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rohan-kulkarni-25%2FLearn-GITHUB/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rohan-kulkarni-25","download_url":"https://codeload.github.com/rohan-kulkarni-25/Learn-GITHUB/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248883166,"owners_count":21177170,"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":["first-timers","github","opensource","vscode"],"created_at":"2024-12-11T04:10:05.454Z","updated_at":"2025-04-14T12:42:24.738Z","avatar_url":"https://github.com/rohan-kulkarni-25.png","language":"HTML","readme":"\u003ch1 align=\"center\"\u003eGITHUB + VS CODE \u003c/h1\u003e\n\n\u003ca href=\"https://rohan-kulkarni-25.github.io/Learn-GITHUB/Tribute_To_Contributors.html\"\u003eTRIBUTE TO CONTRIBUTORS\u003c/a\u003e\n\n\u003ch2 align=\"center\"\u003e⭐ STAR THIS REPOSITORY THIS WILL PAY OF MY WORK \u003c/h2\u003e\n\u003cbr\u003e\n\u003ch3\u003eLet's learn the basic workflow of Contribution on Open Source Projects ! \u003c/h3\u003e \u003cbr\u003e\u003chr\u003e\n\u003ch2\u003eThere is also a HANDS ON DEMO CHECK BELOW ! \u003c/h2\u003e\n\u003ch2\u003e\u003ca href=\"https://rohan-kulkarni-25.github.io/Learn-GITHUB/\"\u003eCheck Learners\u003c/a\u003e\u003c/h2\u003e\n\u003chr\u003e\u003cbr\u003e\n\u003ch2\u003ePREREQUISITES :-\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ch3\u003eGithub Account \u003c/h3\u003c/h3\u003e\u003c/li\u003e\n\u003cli\u003e\u003ch3\u003eLaptop\u003c/h3\u003e\u003c/li\u003e\n\u003cli\u003e\u003ch3\u003eThe Most Important Dedication 😆\u003c/h3\u003e\u003c/li\u003e\n\u003c/ul\u003e\u003cbr\u003e\n\u003chr\u003e\u003cbr\u003e\n\u003ch2\u003eGit Setup :- \u003c/h2\u003e\u003cbr\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ch3\u003e\u003ca href=\"https://git-scm.com/downloads\"\u003eDownload Git\u003c/a\u003e as per your OS. \u003c/h3\u003e\u003c/li\u003e\n\u003cli\u003e\u003ch3\u003eInstall Git\u003c/h3\u003e\u003c/li\u003e\n\u003cli\u003e\u003ch3\u003eOpen the Git Bash ( Right Click )\u003c/h3\u003e\u003c/li\u003e\n\u003cli\u003e\u003ch3\u003eRun the Commands\u003c/h3\u003e\u003c/li\u003e\n\n`$ git config --global user.name \"Your Name\"`\n\n`$ git config --global user.email youremail@example.com`\n\n`$ git config --list`\n\n\u003cli\u003e\u003ch3\u003eYou Should see your entered name and email under `user.name` \u0026 `user.email`\u003c/h3\u003e\u003c/li\u003e\n\n\u003c/ul\u003e\u003cbr\u003e\n\u003chr\u003e\n\u003cbr\u003e\n\u003ch2\u003eSetting Project on Local System :- \u003c/h2\u003e\u003cbr\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ch3\u003eFork the Repository of Project\u003c/h3\u003e\u003c/li\u003e\u003cbr\u003e\n\u003cimg width=\"50%\" align=\"center\" src=\"fork.png\"\u003e\u003cbr\u003e\u003cbr\u003e\n( You will see this on Top Right of Github Repository !)\u003cbr\u003e\u003cbr\u003e\n\u003cli\u003e\u003ch3\u003eClone the Repository \u003c/h3\u003e\u003c/li\u003e\u003cbr\u003e\n\u003cimg width=\"50%\" align=\"center\"  src=\"clone.png\"\u003e\u003cbr\u003e\u003cbr\u003e\n( Click on the Green Code button and Copy the link  `https://github.com/........` )\u003c/h3\u003e\u003c/li\u003e\u003cbr\u003e\u003cbr\u003e\n\u003cli\u003e\u003ch3\u003eOpen Git bash where you want to clone the project ( Avoid On Desktop )\u003c/h3\u003e\u003c/li\u003e\n\u003cli\u003e\u003ch3\u003eRun Command\u003c/h3\u003e\u003c/li\u003e\n\n`git clone link`\n\n(In Place of link paste the link you copied)\n\n\u003cli\u003e\u003ch3\u003eProject Cloned in System\u003c/h3\u003e\u003c/li\u003e\n\u003c/ul\u003e\u003cbr\u003e\n\u003chr\u003e\u003cbr\u003e\n\n\u003ch2\u003eUsing Vs-Code for Working on Project\u003c/h2\u003e\u003cbr\u003e\n\u003cul\u003e\n\u003cimg width=\"50%\" align=\"center\" src=\"vscode.png\"\u003e\u003cbr\u003e\u003cbr\u003e\n\u003cli\u003e\u003ch3\u003eDon't  Forget to Pull Before making Commit this will avoid merge conflicts\u003c/h3\u003e\u003c/li\u003e\n\u003cli\u003e\u003ch3\u003eAfter Making certain amount of changes you can save the changes by `CTRL + S`  😅\u003c/h3\u003e\u003c/li\u003e\n\u003cli\u003e\u003ch3\u003eStage the changes\u003c/h3\u003e\u003c/li\u003e\u003cbr\u003e\n\u003cimg width=\"50%\" align=\"center\" src=\"stagechanges.png\"\u003e\u003cbr\u003e\n(Stage All Changes)\n\u003cli\u003e\u003ch3\u003eCommit Changes\u003c/h3\u003e\u003c/li\u003e\u003cbr\u003e\n\u003cimg width=\"50%\" width=\"50%\" align=\"center\" src=\"commit.png\"\u003e\u003cbr\u003e\n(Commit Staged)\n\u003cli\u003e\u003ch3\u003ePush Changes\u003c/h3\u003e\u003c/li\u003e\u003cbr\u003e\n\u003cimg width=\"50%\" align=\"center\" src=\"push.png\"\u003e\u003cbr\u003e\n(Push)\n\u003c/ul\u003e\u003cbr\u003e\n\u003chr\u003e\u003cbr\u003e\n\n\u003ch2\u003eCreating Pull Request on Github\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ch3\u003eGo in Pull Request Section\u003c/h3\u003e\u003c/li\u003e\n\u003cimg width=\"50%\" align=\"center\" src=\"pullrequest.png\"\u003e\n\u003cli\u003e\u003ch3\u003eCreate New Pull Request\u003c/h3\u003e\u003c/li\u003e\n\u003cimg width=\"50%\"  align=\"center\" src=\"newPR.png\"\u003e\n\u003cli\u003e\u003ch3\u003eCreate New Pull Request\u003c/h3\u003e\u003c/li\u003e\n\u003cimg width=\"50%\" align=\"center\" src=\"createPR.png\"\u003e\n\u003cli\u003e\u003ch3\u003eAdd Title,  Description \u0026 Create Pull Request\u003c/h3\u003e\u003c/li\u003e\n\u003cli\u003e\u003ch3\u003eThat's It You have Succesfully Created a Pull Request\u003c/h3\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003chr\u003e\n\u003ch2 align=\"center\"\u003eHAND-ON DEMO\u003c/h2\u003e\n\n\u003ch3\u003eAs you have learned to fork, clone, make changes and also to push those changes and even we learned to create Pull request ! \u003c/h3\u003e\u003cbr\u003e\n\n\u003ch3\u003eNow You have one Task to do !!\u003c/h3\u003e \n\u003ch3\u003eYou have to create a issue. You will get option to create a issue as `Add Myself as Learner !!`\u003c/h3\u003e  \u003cbr\u003e\u003ch3\u003eThere is one file index.html you have to copy the text given below and paste the code in file !!\u003c/h3\u003e\u003cbr\u003e\n\n\u003ch3\u003eAfter the src in image tag there is my username `rohan-kulkarni-25` In place of that you have to add your github username !! Make sure there is `.png` after you enter your username !! Also Enter you name In place of mine inside the `P` tag  !! Paste the edited content in index.html as per the sequence above the line `Paste here`\u003c/h3\u003e\u003cbr\u003e\n\n\u003ch3\u003eYou have to create a Pull Request and add `Fixes #IssueNumber` in description !! Issue number is the number of issue you created !\u003c/h3\u003e\u003cbr\u003e\n\n\u003cp\u003eCOPY THIS 👇🏻\u003c/p\u003e\n\n`\u003cdiv class=\"individual\"\u003e`\n            `\u003cdiv\u003e`\n                `\u003cimg class=\"avatar\" src=\"https://www.github.com/rohan-kulkarni-25.png\"\u003e`\n                `\u003cp class=\"name\"\u003eRohan Kulkarni\u003c/p\u003e`\n            `\u003c/div\u003e`\n`\u003c/div\u003e`\n\n\n\n\n\u003chr\u003e\n\u003ch2 align=\"center\"\u003eConnect with me  🤝🏻\u003c/h2\u003e\n\n\u003cdiv align=\"center\"\u003e\n\n\u003ch3\u003e\n\u003ca href=\"https://www.linkedin.com/in/rohan-k-2502/\" \u003e\u003cimg alt=\"LinkedIn\" src=\"https://img.shields.io/badge/linkedin-%230077B5.svg?style=for-the-badge\u0026logo=linkedin\u0026logoColor=white\"/\u003e\u003c/a\u003e\n\u003ca href=\"https://twitter.com/rohan_2502\"\u003e\u003cimg  alt=\"Twitter\" src=\"https://img.shields.io/badge/rohan_2502-%231DA1F2.svg?style=for-the-badge\u0026logo=Twitter\u0026logoColor=white\"/\u003e\u003c/a\u003e\n\n\u003c/h3\u003e\n\n\u003c/div\u003e\n\n## Add Myself as Learner !!\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frohan-kulkarni-25%2Flearn-github","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frohan-kulkarni-25%2Flearn-github","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frohan-kulkarni-25%2Flearn-github/lists"}