Giter Site home page Giter Site logo

djbox-server's Introduction

dJBox

Today is tomorrow (Quantom machine learning at your doorstep)

git quick guide

First time ever?

  1. Install git!
  2. Clone the repository
git clone https://github.com/Ormly/dJBox-server.git
  1. enter the working directory
cd dJBox-server

Want to start to write some code?

  1. Make sure you have the most recent version of the code
git pull
  1. Create your own branch
git checkout -b feature/new_branch_desctiptive_name
  1. Write code like crazy

Ready to share with the world?

  1. Commit your work
git commit -m -a "short comment describing what changed since the last commit"
  • git commit is local, you may do that as often as you wish. Usualy when you're finished writing some part of the feature, and you're happy with it but the feature is not yet done.
  • Try to commit often. Small commits are easier to review and manage.
  1. Push to remote branch
git push origin feature/new_branch_desctiptive_name

this will create a new branch on the server with your commited work

  1. When you're ready, open a pull request on github requesting to merge your branch into master.

Ready to work on the next feature?

Make sure you're back on the master branch, and that you pulled all changes before making another new one

git checkout master
git pull

djbox-server's People

Contributors

burlakovk avatar chenkasirer avatar evazorman avatar lynnlian avatar ormly avatar timhuttlestone 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.