Algorithms and OOD (CSC 207 2014F) : EBoards
Primary: [Front Door] [Schedule] - [Academic Honesty] [Disabilities] [Email] - [Learning Outcomes] [FAQ] [Teaching & Learning] [Grading] [Rubric] - [Calendar]
Current: [Assignment] [EBoard] [Lab] [Outline] [Reading]
Sections: [Assignments] [EBoards] [Examples] [Handouts] [Labs] [Outlines] [Readings]
Reference: [Student-Curated Resources] [Java 8 API] [Java 8 Tutorials] [Code Conventions]
Related Courses: [CSC 152 2006S (Rebelsky)] [CSC 207 2014S (Rebelsky)] [CSC 207 2014F (Walker)] [CSC 207 2011S (Weinman)]
Misc: [Submit Questions] - [SamR] [Glimmer Labs] [CS@Grinnell] [Grinnell] - [Issue Tracker (Course)] [Issue Tracker (Textbook)]
Overview
git add . or anything similar. It pollutes the repo.git commit -m "MESSAGE"Do the lab with the same partner as yesterday.
Remember! Always start Eclipse with
/glimmer/bin/eclipse
For some reason, my Eclipse automatically configured for Java 8 and yours did not. Please reconfigure your Eclipse.
Other Git Notes
Sam's normal model of git
git pull
; work
git status
git diff FILENAME
git add FILENAME
git commit -m "WHATEVER"
; repeat
git push
What did you learn about Java or Eclipse?
Java looks like C. But it's also different. What are some important differences to keep in mind?