Skip to content

beardofedu/wtd-things

Repository files navigation

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

@beardofedu!

About

Another repo for the How to Git workshop at Write the Docs Portland

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published