GithubHelp home page GithubHelp logo

montecodes / ohio Goto Github PK

View Code? Open in Web Editor NEW

This project forked from hackohio/ohio

0.0 0.0 0.0 236.32 MB

OHI/O's website.

Home Page: http://hack.osu.edu

HTML 31.10% JavaScript 7.87% CSS 61.04%

ohio's Introduction

OHI/O

Welcome to the official website for OHI/O, an organization working to foster a tech culture at the Ohio State University.

Submodules

Each of the directory's "sub-sites" (such as the annual hackathon websites) are separate repositories. Those repositories are linked to from this repository as submodules.

To add an existing repository as a submodule of ohio:

  • Enter the root folder of the ohio repo
  • git submodule add <repository URL> <name of location>
  • Example: When the hackohio2016 repo was added, it was added through the following command: git submodule add https://github.com/hackohio/hackOHIO2016 2016
  • Note that if you want to add a submodule that is not in the root directory, you must still enter the command from the root directory but give the full path i.e. git submodule add https://github.com/hackohio/hs2018 hs/2018

To update a submodule:

  • Commit to the repository of the submodule as you normally would.
  • Navigate to the submodule folder (e.g. ohio\2016)
  • Update the submodule contents: git pull origin master
  • Go back to the root directory: cd ..
  • Commit the update: git add . followed by git commit -m 'Updating submodule'

On the server: After you pull to the server the first time, you may need to cd to the directory of the submodule and run these commands: git submodule init git submodule update

ohio's People

Contributors

kevinpayravi avatar killianj-34 avatar killian-34 avatar ethan-wolfe avatar emilyengle avatar mattfaluotico avatar alvin-law avatar mikeletscher avatar arnabdotorg avatar andrewvetovitz avatar marycgood11 avatar snayak04 avatar chorn0327 avatar gmiguel7 avatar ebencarek avatar courtneycampbell15 avatar jmkuehn avatar dltn avatar darajer avatar amarean avatar moore3071 avatar dalemitchell avatar j3rn avatar montecodes avatar keeakita avatar egladman 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.