GithubHelp home page GithubHelp logo

anushri-sakhardande / mlsa-workshop-diy Goto Github PK

View Code? Open in Web Editor NEW

This project forked from prernamittal/mlsa-workshop-diy

0.0 0.0 0.0 5 KB

attendees of workshop can contribute to this repository to practice using git and github

HTML 100.00%

mlsa-workshop-diy's Introduction

mlsa-workshop-diy

Follow these steps to contribute to this repo

  • When you want to work on a GitHub project, the first step is to fork a repo.
  • Click on the Fork button in the top-right corner. This creates a new copy of my repo under your GitHub username like this:

    https://github.com/[YourUserName]/mlsa-workshop-diy
  • Next, clone the repo by opening the terminal on your computer and running the command:

    git clone https://github.com/[YourUserName]/mlsa-workshop-diy
  • Now create a branch using the git checkout command:

    git checkout -b [BranchName]
  • Create a new remote for the upstream repo ("upstream repo" refers to the original repo you created your fork from) with the command:

    git remote add upstream https://github.com/prernamittal03//mlsa-workshop-diy
  • Append your name to the contributors list in the HTML file in the cloned repo and save the changes.
  • Add those changes to the branch you just created using the command:

    git add .
  • Now commit your changes using the git commit command:

    git commit -m "Adding my name to the list"
  • Push your changes to GitHub by the push command:

    git push -u origin [BranchName]
  • Go to your repository on GitHub and you’ll see a button “Compare & pull request” and click it. Open a pull request by clicking the "Create pull request" button. This allows the repo's maintainers to review your contribution. From here, they can merge it if it is good, or they may ask you to make some changes. Please provide necessary details on what you’ve done. Now submit the pull request.

    Congratulations! You've made your first pull request.

  • mlsa-workshop-diy's People

    Contributors

    prernamittal 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.