Coder Social home page Coder Social logo

scubareservation's Introduction

Scuba diving website kooka

  • How to setup local git repo

    1. create a new directory in your computer and inside it run git init ;
    2. run git clone [email protected]:rayguo17/scubaReservation.git
    3. create your own branch git branch {yourBranchName}
    4. checkout to your branch git checkout {yourBranchName}
    5. work on your own branch
  • How to commit changes to github

    1. run git status make sure don't include any confidential information in your code (e.g. password, port number, host address)
    2. run git add . then git commit -m {description}
    3. run git push origin {yourBranchName}
    4. go to github and create a pull request wait for other people to approve
    5. after approve checkout to master branch(local repo) run git checkout master
    6. run git pull origin master
    7. checkout to your own branch git checkout {yourBranchName}
    8. run git merge master merge your own branch with master
  • see your progress @notion

scubareservation's People

Contributors

davidcheung888 avatar rayguo17 avatar zyoni avatar

Watchers

 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.