Navigation Menu

Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jblinder committed Aug 31, 2015
1 parent 784274a commit dda98e9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions week1/README.md
Expand Up @@ -7,6 +7,8 @@
* Intro to Git/GitHub

## Assignments
####Reading
Read Chapter 1 in "Javascript & JQuery"

####Git/GitHub
For this class, we are going to be using a tool called `git`, as well as a website called `github.com` to host our assignments/projects. `git` is a version control system, which is basically a time capsule for a directory of files/folders. In `git`, the main directory that you want to keep track of is called a repository. You can use `Git` to keep track all the files in your directory, which is useful if you want to go back to previous versions, or try out a new idea without crufting up your project files.
Expand Down

0 comments on commit dda98e9

Please sign in to comment.