lect01 Before Slides lect01 Annotated Slides Next Lecture

Code from lecture:

https://github.com/ucsb-cs24-sp17/lectures

#Topics

Course overview

Github intro

Software developers almost always prefer to use github’s command line tools for version control instead of the web interface. The reason is that with the command-line tools you can (1) use your favorite editor to write your code, instead of github’s simple web-based editor (2) compile and test your code, while also performing version control.