Course Overview

Course Outline

Modules

Assignments

Resources

Policies


Having a coding issue you just can’t solve? Let’s work it out…



We won’t have time to work together on every problem that crops up in class, but we can help each other out! If you ever run into a road block in a Module or Challenge take these steps:

But always remember your most effective and important resource:



So you want to contribute to the AN588_InsurmountableProblems repository? OK, here we go…

I will add you as a collaborator to the AN588_InsurmountableProblems repository.

That actually should be sufficient. You’ll receive an email from me inviting you to collaborate. Accept it, and you should be able to work with the repository as you like.


IF that doesn’t work, you’ll have to do the following steps:

git clone git@github.com:username/AN588_InsurmountableProblems

(In this case, the ‘username’ is your GitHub username) * You’ll now have a local copy of your version of that repository. * Change into that project directory (AN588_InsurmountableProblems):

cd AN588_InsurmountableProblems
git remote add fuzzyatelin git://github.com/fuzzyatelin/AN588_InsurmountableProblems
git remote add REPO_nickname git://github.com/fuzzyatelin/AN588_InsurmountableProblems
git remote -v

##Handling pull requests Say I’ve made some changes to your code. When I do, you’ll get an email about it at the email address to which your GitHub account is registered. Using the GitHub website