githubteacher / dev-mar-6

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitHub for Developers

  • March 6-7, 2017
  • Facilitators:
  • Hector Alfaro (@hectorsector)
  • Cynthia Rich (@crichid)

Chat with Us on Gitter!

Scripts for Adding Files

  • Bash: for d in {1..6}; do touch file$d.md; git add file$d.md; git commit -m "adding file $d"; done
  • PowerShell: for ($d=1; $d -le 6;$d++) { touch file$d.md; git add file$d.md; git commit -m "adding file$d.md";}

Resources

Playgrounds for practicing branching

I don't see anything in the diff.

About