About

This repo is all about learning how to use Github. It is meant to take the place of slides in workshop/presentation/skillshare talk while providing

Outline

  1. Getting Started
  2. What is Version Control
  3. The Basics of Git
  4. Github
  5. Workflow Walkthrough

Miscellaneous

bash

pwd Present Working Directory: "where am I?"
cd Change Directory
ls LiSt files in current directory
command -f [--flag] arg General Syntax: run command with the "flag" (or "option") -f, pass in "argument" arg

vim

esc > :q! > return quit without saving
esc > ZZ save and quit

nano

ctrl-O save (write Out)
ctrl-X exit

man pages / less / more

q quit

Further Resources

Free Courses

Markdown

Github Markdown

Thanks