Skip to content
This repository has been archived by the owner on Jun 24, 2023. It is now read-only.

Latest commit

 

History

History
 
 

11-commandline-versioncontrol

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

#Unit 11 - Command line & version control

##Synopsis This unit touches upon the basic CRUD (create, read, update, delete) commands in the terminal. It also introduces version control. Students will learn how to clone, push, and pull using Git. There is no project for this unit.

##Lessons

  1. Command line
  2. Git

##Standards

###CPP.L2-05 I - Event-Driven Behavior

  1. Student can stage files for commit, write commit messages and push their code to a remote repository; student can use git to collaborate and can resolve merge conflicts.
  2. Student can explain the difference between git and applications that use git (for example, GitHub).