GithubHelp home page GithubHelp logo

summer-web-18's Introduction

Summer Web 2018

The repository for IECSE's Summer Web 2018

Some basic instructions before we get started

  • Create a new branch of the form <first name> "-" <last name> using the command git checkout -b <branch name> to create and shift to your own branch.       example- git checkout -b aritra-basu
  • All commits must be descriptive of what has been committed to the branch currently, use the convention task # : desciption.       example- Task 1 : Added new route give reply
  • after every major change to your code perform the following steps
    • git pull origin <branch name> should not be required as you will be working individually on your own branches, but do it anyway.
    • git add . this adds all your work to the staging area.
    • git commit -m "message" creates a local commit of your changes.
    • git push origin <branch name> makes the changes permanent on the remote repo.
  • All solutions will be pushed to the master branch.

summer-web-18's People

Contributors

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