Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rohan-kulkarni-25/learn-github
Easy Guide to for Github and Vs code Workflow ! This will help you to kick start your journey soon !!
https://github.com/rohan-kulkarni-25/learn-github
first-timers github opensource vscode
Last synced: about 1 month ago
JSON representation
Easy Guide to for Github and Vs code Workflow ! This will help you to kick start your journey soon !!
- Host: GitHub
- URL: https://github.com/rohan-kulkarni-25/learn-github
- Owner: rohan-kulkarni-25
- License: mit
- Created: 2021-03-09T11:47:39.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-12-07T07:41:53.000Z (about 2 years ago)
- Last Synced: 2024-12-10T17:51:28.301Z (about 1 month ago)
- Topics: first-timers, github, opensource, vscode
- Language: HTML
- Homepage:
- Size: 408 KB
- Stars: 54
- Watchers: 1
- Forks: 51
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
GITHUB + VS CODE
⭐ STAR THIS REPOSITORY THIS WILL PAY OF MY WORK
Let's learn the basic workflow of Contribution on Open Source Projects !
There is also a HANDS ON DEMO CHECK BELOW !
Check Learners
PREREQUISITES :-
Github Account
Laptop
The Most Important Dedication 😆
Git Setup :-
Download Git as per your OS.Install Git
Open the Git Bash ( Right Click )
Run the Commands
You Should see your entered name and email under `user.name` & `user.email`
`$ git config --global user.name "Your Name"`
`$ git config --global user.email [email protected]`
`$ git config --list`
Setting Project on Local System :-
Fork the Repository of Project
Clone the Repository
Open Git bash where you want to clone the project ( Avoid On Desktop )
Run Command
Project Cloned in System
( You will see this on Top Right of Github Repository !)
( Click on the Green Code button and Copy the link `https://github.com/........` )
`git clone link`
(In Place of link paste the link you copied)
Using Vs-Code for Working on Project
Don't Forget to Pull Before making Commit this will avoid merge conflicts
After Making certain amount of changes you can save the changes by `CTRL + S` 😅
Stage the changes
Commit Changes
Push Changes
(Stage All Changes)
(Commit Staged)
(Push)
Creating Pull Request on Github
Go in Pull Request Section
Create New Pull Request
Create New Pull Request
Add Title, Description & Create Pull Request
That's It You have Succesfully Created a Pull Request
HAND-ON DEMO
As you have learned to fork, clone, make changes and also to push those changes and even we learned to create Pull request !
Now You have one Task to do !!
You have to create a issue. You will get option to create a issue as `Add Myself as Learner !!`
There is one file index.html you have to copy the text given below and paste the code in file !!
After 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`
You have to create a Pull Request and add `Fixes #IssueNumber` in description !! Issue number is the number of issue you created !
COPY THIS 👇🏻
`
`
``
`
Rohan Kulkarni
``
`
Connect with me 🤝🏻
## Add Myself as Learner !!