Skip to content

Latest commit

 

History

History
31 lines (26 loc) · 623 Bytes

File metadata and controls

31 lines (26 loc) · 623 Bytes

Optional Lessons

Welcome to the optional part of the course where we will go over various topics specified in the original README

Topics

  1. Git

    • Cloning
    • Pulling
    • Pushing
    • Branches
    • Forks
    • Pull Requests
  2. Bash

    • Common Commands
  3. Makefiles

    • Why use make?
    • Installation
      • Windows
  4. Docker

    • What is Docker?
    • Installation
      • Windows
      • Mac
    • Dockerfile
    • build, tag, push
    • Running Container
      • From CMD
      • Interactive Terminal