Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 751 Bytes

README.md

File metadata and controls

32 lines (24 loc) · 751 Bytes

Revisions and the Cloud

Learning Objectives

  • Students will be able to create a new code repository in the cloud, and sync it to their local computer, using git commands in the terminal.
  • Students will build the habit of using version control to share and backup code, by using small, frequent commits that clearly communicate about changes made.

Class Agenda

  • Review of previous class
    • Share your learning
  • Sharing Code
    • Git
    • GitHub
  • Live Demos
  • Discussion Exercise
    • Git
  • Lab: Revisions and the Cloud

See class slides and assignments for further details.

New Vocabulary

Listen carefully to lecture for the definitions of these terms.

  • VCS
  • Git vs. GitHub
  • local vs remote
  • clone
  • commit
  • ACP
  • deployment