Giter Club home page Giter Club logo

learn-github's Introduction

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 !



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

  • $ git config --global user.name "Your Name"

    $ git config --global user.email [email protected]

    $ git config --list

  • You Should see your entered name and email under `user.name` & `user.email`




Setting Project on Local System :-


  • Fork the Repository of Project




  • ( You will see this on Top Right of Github Repository !)

  • Clone the Repository




  • ( Click on the Green Code button and Copy the link `https://github.com/........` )

  • Open Git bash where you want to clone the project ( Avoid On Desktop )

  • Run Command

  • git clone link

    (In Place of link paste the link you copied)

  • Project Cloned in System




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



  • (Stage All Changes)
  • Commit Changes



  • (Commit Staged)
  • Push Changes



  • (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 ๐Ÿ‘‡๐Ÿป

<div class="individual"> <div> <img class="avatar" src="https://www.github.com/rohan-kulkarni-25.png"> <p class="name">Rohan Kulkarni</p> </div> </div>


Connect with me ๐Ÿค๐Ÿป

LinkedIn Twitter

learn-github's People

Contributors

ayan-thecodeking avatar banshita209 avatar eddiejaoude avatar ektagautammaru avatar harshita2319 avatar manastole03 avatar manisha-27 avatar nandani-paliwal avatar navya-amarneni avatar neha030 avatar oyeabhay avatar prathimacode-hub avatar priyanshi220 avatar rohan-kulkarni-25 avatar sanika2103 avatar sarthakjdev avatar schmelto avatar sibasish-padhy avatar subhangini avatar varghesejose2020 avatar

Watchers

 avatar

Forkers

mohitxtanwar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.