Coder Social home page Coder Social logo

github-get-started's Introduction

Instructions to Get Started

  1. On the GitHub page for this repository, click on the Button "Fork".

    fork image

  2. Clone your forked repository to your computer:

    Click on the green button and copy the HTTPS url.

    code ui

    For clone, run this command inside your terminal/cmd:

    git clone https://github.com/<your-user-name>/github-get-started.git

    Learn more about forking and cloning a repo.

  3. On your computer, select the folder of your favourite programming language(if folder doesn't exist of your language, create new folder) and add a source code file.

  4. Add the changes to the github with git add, git commit:

    git add <your-file-name> (Ex :- git add hello_world.c)
    git commit -m "<your-commit-message>" (Ex :- git commit -m "Added C program file")
  5. Push your changes to your repository:

    git push origin master
  6. Go to the GitHub page of your fork, and make a pull request:

    pull request image

    Read more about pull requests on the GitHub help pages.

  7. Wait until Zerobot or one of the maintainers merges your pull request. If there are any conflicts, you will get a notification.

  8. If you run into a merge conflict, you have to resolve the conflict. For that follow the steps below.

    git remote add upstream https://github.com/Sunera-2216/github-get-started.git
    git pull upstream master

    Need to know more about merge conflicts? Visit here.

  9. That's all. You're just completed beginner guide to github. ๐Ÿ˜ƒ ๐ŸŽ‰ ๐ŸŽŠ

github-get-started's People

Contributors

sunera-2216 avatar anju1818 avatar jananayani avatar lahiru95 avatar

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.