Giter Site home page Giter Site logo

underbar-part-one's Introduction

Underbar part one

Before you start

Fork this repo to your personal github page. Clone the repo down to your machine.

You will be working on this sprint with your partner so be sure to add a remote by using the git remote command.

For example, let's say Matt is pairing with Yousef. Matt and Yousef are working on one machine. How do Matt and Yousef each commit to their github account from one machine?

Before starting any work on the sprint:

  1. Matt forks the repo and clones the repo to the machine
  2. From the command line Matt types git remote add yousef <repo url>

Now Matt and Yousef begin working on the sprint. They get some work done and want to commit and push to github:

  1. Type git status -- this will show you which files have been changed since the last commit
  2. Type git add . -- this will add any files changed since the last commit
  3. Type git commit -m <your commit message> -- be sure and give a descriptive commit message
  4. Type git push origin master -- this will push to Matt's repo
  5. Type git push yousef master -- this will push to Yousef's repo

Bare minimum requirements:

Be sure to follow good pairing practices. -- Navigator explains his thinking to the driver. The driver listens to the navigator and implements what the navigator says in the code.

Open the SpecRunner.html in the browser to view the tests. Open the underbar.js file in Sublime Text.

Try and work through as many of the problems as you can with your pair. When you want to test your code, refresh SpecRunner.html in your browser.

underbar-part-one's People

Contributors

insafmechergui avatar mattbrannon 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.