Coder Social home page Coder Social logo

sea-c11-javascript's Introduction

Codefellows Javascript Foundations Night Course

Announcements

We need to start updating our local repositories with everyone else's changes. We can make this easy on ourselve by using git's remotes feature. We are going to add this repository as a remote called upstream. Run the following command from within your repository:

git remote add upstream https://github.com/codefellows/sea-c11-javascript.git

or if you have an ssh key on your github account:

git remote add upstream [email protected]:codefellows/sea-c11-javascript.git

Then to merge in everyone else's changes run the following command:

git pull upstream master

This command is saying 'go to the Code Fellows repository. get the master branch. pull the master branch down to my local repository. and merge it into my local master branch.'

Need help?

Connect to IRC.

There is a #codefellows channel on irc.freenode.net a ton of bootcamp students, Instructors, and generally knowledgable people are in that chat room. Ask for help and I'm sure someone will oblige!

http://www.irchelp.org/irchelp/new2irc.html

Start a discussion on canvas.

Hopfully everyone is in canvas now. Be on the lookout to help out people there if you think you can help! Helping each other is the most effective way to figure out some problems!

Google it.

Seriously though. Before asking questions at least do a google search about the error you are getting.

sea-c11-javascript's People

Contributors

hankyates avatar jeffadelman8 avatar theresajean avatar matthewgreenlaw avatar bbrooks avatar cooperative avatar swampguzzler avatar faisaljama avatar jbkly avatar kgentner avatar rockroada avatar ionox0 avatar chelsealura avatar zbryan avatar aatrostle avatar warmbowski avatar sirjerky avatar toastynerd avatar jayheiny 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.