beardofedu / bear

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CircleCI

How to Git - Things to do in Portland

Welcome to one of the repositories we will be using in today's workshop. Our GitBook available as a PDF here: https://www.gitbook.com/book/beardofedu/wtd-things/details

Resources

Class Images

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";}

About


Languages

Language:Ruby 77.8%Language:Shell 22.2%