Coder Social home page Coder Social logo

codebench-backend's Introduction

Code Bench Backend Repository

I have you as collaborators to this repository. To clone the it to your PC, go to your command line and run

git clone https://github.com/your-username/CodeBench-Backend

Replace the your-username with your own.

When adding something to the code, you will create a new branch and do all your work in that branch. You can create a new branch by running git branch new-branch-name. For example,

git branch login-page-branch

To move to the new branch, run

git checkout new-branch-name

You can check which branch you are on with git branch

Do all your work in the new branch and keep commiting your changes.

To upload your new branch to this remote repository run,

git push origin new-branch-name

Push only to the branch that you created. Don't push to the master branch.

Whenever updating your branch with other's changes in the branch, run

git pull origin branch-name

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.