Previous Lecture lect03 Before Slides lect03 Annotated Slides Next Lecture

Code from lecture

https://github.com/ucsb-cs16-w18/cs16-w18-lectures/tree/master/lec-03

Topics

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.