/class-templates

A collaborative template for the 2017 summer/fall Ruby class at Epicodus.

Primary LanguageJavaScript

DAILY CHECKLIST

A helpful template for getting started each day, 08.02.2017

By Riki Montgomery

Description

A checklist for getting started with your partner each day.

Checklist

DO FIRST
--
$touch .pairs (do this in ~ directory)

$ atom .pairs

pairs:
  al: Ada Lovelace
  edlf: Enrique de la Fuente
email:
  al: adanator@me.com
  edlf: queenrique@gmail.com

$ git init

$ ls -a (see if git is init)

$ git pair (both initials)

$ git about (see pairing assignments)

$ git remote add (initials) (repo link)

$ git remote -v (see pairing status)
SAVING YOUR WORK
--
$ git status (see outstanding changes)

$ git add (. or specific file)

$ git-pair-commit -m "(It will...)"

$ git log (see commit history)

$ git push (both initials) master
BRANCHES
--
$ git branch (branch name/gh-pages)

$ git merge (branch name)

$git branch -D (branch name)