Git Product home page Git Product logo

github-demo's Introduction

Let's code this ๐Ÿ’ช

Fork and Clone this Repo

Follow these steps to start developing locally on this repository!

  1. Fork the repository using the "Fork" button on the top-right part of the page.

  2. Once the repository is forked, clone it by running the following command in your terminal:

git clone [email protected]:<your-username>/github-demo.git
  1. Make sure you're in the directory of the project
ls

The response should have these contents

If you don't see that, then you'll need to navigate to the correct directory/folder cd github-demo then ls to check again to verify your directory looks like the above image

  1. Set this repository as a git remote:
git remote add upstream [email protected]:STEM-ENRG/github-demo.git
  1. Open the html file in your browser
open index.html

This command should open in a browser

Contribute

  1. Create a new branch:
git checkout -b <your-branch-name>
  1. Add your changes in the index.html and add a html file in the your-turn directory (there additional comments in the code to help you with this)

  2. Add and commit your changes

git add .

Then:

git commit -m "added my changes"
  1. Push to your forked repo:
git push -u origin <your-branch-name>

Ex. if your branch name was tiffany

Then you would type:

git push -u origin tiffany
  1. Create a new pull request on this repository

CONGRATS - YOU DID IT

github-demo's People

Contributors

tthompson899 avatar joolsun avatar hamdihusein avatar rohiatou avatar

Watchers

James Cloos 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.