├── .gitignore ├── LICENSE ├── README.md ├── git-github-course.Rproj ├── images ├── bg-confused.jpg ├── bg-git.jpg ├── bg-github-angled.jpg ├── bg-github-repo.png ├── bg-github.jpg ├── bg-in-sync.jpg ├── bg-pair-programming.jpg ├── bg-setup.jpg ├── bg-time-travel.jpg ├── bg-update.jpg ├── bg-whisper.jpg ├── bg-workstation.jpg ├── bitbucket.png ├── branches.jpg ├── cant-pull.png ├── cant-push-message.jpeg ├── clone-repo.png ├── commit-history-rstudio-github-same-thing.svg ├── commit-history-rstudio-github.svg ├── commit-message.svg ├── commit-messages.png ├── create-branch.jpg ├── create-branch.png ├── dangit-git.png ├── download-git.png ├── download-r.png ├── download-rstudio.png ├── dropbox-conflicted-copy.webp ├── final-docx.svg ├── gh-branches.png ├── gh-issue-linked-branch.png ├── gh-issue.png ├── gh-linked-commit.png ├── gh-new-pull-request.png ├── gh-pull-request-merge.png ├── gh-pull-request-screen.png ├── git-activated.svg ├── git-and-rstudio-in-sync.svg ├── git-and-rstudio.svg ├── git-best-practices.jpg ├── git-branch.svg ├── git-collaboration.svg ├── git-collaboration1.svg ├── git-collaboration2.svg ├── git-collaboration3.svg ├── git-collaboration4.svg ├── git-conflict-divider.svg ├── git-conflict-markers.svg ├── git-conflicts-local-code.svg ├── git-conflicts-remote-code-commit.svg ├── git-conflicts-remote-code.svg ├── git-conflicts.svg ├── git-github-not-the-same.svg ├── git-logo.svg ├── git-visual-no-past.svg ├── git-visual.svg ├── github-commit-history.png ├── github-diff.png ├── github-logo.svg ├── github-new-repo.png ├── github-past-versions.svg ├── github-signup.svg ├── github-to-rstudio.svg ├── github-website.png ├── gitlab-bitbucket.png ├── gitlab.png ├── hands-in-head.jpg ├── handshake.jpg ├── highway.jpg ├── kids-pulling.jpg ├── multiple-collaborators.svg ├── no-version-info.svg ├── now-have-git.png ├── panic.jpg ├── project-management.jpg ├── pull.jpg ├── push.jpg ├── relax.jpg ├── rru-text-only.svg ├── rstudio-review-changes.svg ├── rstudio-to-github.svg ├── rubix-cube.jpg ├── setup-90pct.svg ├── stage-files.svg ├── update-packages.png └── word-branches.svg ├── libs ├── header-attrs-2.11 │ └── header-attrs.js ├── header-attrs-2.13 │ └── header-attrs.js ├── header-attrs-2.14 │ └── header-attrs.js ├── header-attrs-2.16 │ └── header-attrs.js ├── header-attrs-2.8 │ └── header-attrs.js ├── pagedtable-1.1 │ ├── css │ │ └── pagedtable.css │ └── js │ │ └── pagedtable.js ├── remark-css-0.0.1 │ └── default.css └── twitter-widget-0.0.1 │ └── widgets.js ├── render.R ├── slides.Rmd ├── slides.html └── style.css /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rfortherestofus/git-github-course/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rfortherestofus/git-github-course/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rfortherestofus/git-github-course/HEAD/README.md -------------------------------------------------------------------------------- /git-github-course.Rproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rfortherestofus/git-github-course/HEAD/git-github-course.Rproj -------------------------------------------------------------------------------- /images/bg-confused.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rfortherestofus/git-github-course/HEAD/images/bg-confused.jpg -------------------------------------------------------------------------------- /images/bg-git.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rfortherestofus/git-github-course/HEAD/images/bg-git.jpg -------------------------------------------------------------------------------- /images/bg-github-angled.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rfortherestofus/git-github-course/HEAD/images/bg-github-angled.jpg -------------------------------------------------------------------------------- /images/bg-github-repo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rfortherestofus/git-github-course/HEAD/images/bg-github-repo.png -------------------------------------------------------------------------------- /images/bg-github.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rfortherestofus/git-github-course/HEAD/images/bg-github.jpg -------------------------------------------------------------------------------- /images/bg-in-sync.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rfortherestofus/git-github-course/HEAD/images/bg-in-sync.jpg -------------------------------------------------------------------------------- /images/bg-pair-programming.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rfortherestofus/git-github-course/HEAD/images/bg-pair-programming.jpg -------------------------------------------------------------------------------- /images/bg-setup.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rfortherestofus/git-github-course/HEAD/images/bg-setup.jpg -------------------------------------------------------------------------------- /images/bg-time-travel.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rfortherestofus/git-github-course/HEAD/images/bg-time-travel.jpg -------------------------------------------------------------------------------- /images/bg-update.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rfortherestofus/git-github-course/HEAD/images/bg-update.jpg -------------------------------------------------------------------------------- /images/bg-whisper.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rfortherestofus/git-github-course/HEAD/images/bg-whisper.jpg -------------------------------------------------------------------------------- /images/bg-workstation.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rfortherestofus/git-github-course/HEAD/images/bg-workstation.jpg -------------------------------------------------------------------------------- /images/bitbucket.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rfortherestofus/git-github-course/HEAD/images/bitbucket.png -------------------------------------------------------------------------------- /images/branches.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rfortherestofus/git-github-course/HEAD/images/branches.jpg -------------------------------------------------------------------------------- /images/cant-pull.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rfortherestofus/git-github-course/HEAD/images/cant-pull.png -------------------------------------------------------------------------------- /images/cant-push-message.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rfortherestofus/git-github-course/HEAD/images/cant-push-message.jpeg -------------------------------------------------------------------------------- /images/clone-repo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rfortherestofus/git-github-course/HEAD/images/clone-repo.png -------------------------------------------------------------------------------- /images/commit-history-rstudio-github-same-thing.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rfortherestofus/git-github-course/HEAD/images/commit-history-rstudio-github-same-thing.svg -------------------------------------------------------------------------------- /images/commit-history-rstudio-github.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rfortherestofus/git-github-course/HEAD/images/commit-history-rstudio-github.svg -------------------------------------------------------------------------------- /images/commit-message.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rfortherestofus/git-github-course/HEAD/images/commit-message.svg -------------------------------------------------------------------------------- /images/commit-messages.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rfortherestofus/git-github-course/HEAD/images/commit-messages.png -------------------------------------------------------------------------------- /images/create-branch.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rfortherestofus/git-github-course/HEAD/images/create-branch.jpg -------------------------------------------------------------------------------- /images/create-branch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rfortherestofus/git-github-course/HEAD/images/create-branch.png -------------------------------------------------------------------------------- /images/dangit-git.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rfortherestofus/git-github-course/HEAD/images/dangit-git.png -------------------------------------------------------------------------------- /images/download-git.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rfortherestofus/git-github-course/HEAD/images/download-git.png -------------------------------------------------------------------------------- /images/download-r.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rfortherestofus/git-github-course/HEAD/images/download-r.png -------------------------------------------------------------------------------- /images/download-rstudio.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rfortherestofus/git-github-course/HEAD/images/download-rstudio.png -------------------------------------------------------------------------------- /images/dropbox-conflicted-copy.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rfortherestofus/git-github-course/HEAD/images/dropbox-conflicted-copy.webp -------------------------------------------------------------------------------- /images/final-docx.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rfortherestofus/git-github-course/HEAD/images/final-docx.svg -------------------------------------------------------------------------------- /images/gh-branches.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rfortherestofus/git-github-course/HEAD/images/gh-branches.png -------------------------------------------------------------------------------- /images/gh-issue-linked-branch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rfortherestofus/git-github-course/HEAD/images/gh-issue-linked-branch.png -------------------------------------------------------------------------------- /images/gh-issue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rfortherestofus/git-github-course/HEAD/images/gh-issue.png -------------------------------------------------------------------------------- /images/gh-linked-commit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rfortherestofus/git-github-course/HEAD/images/gh-linked-commit.png -------------------------------------------------------------------------------- /images/gh-new-pull-request.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rfortherestofus/git-github-course/HEAD/images/gh-new-pull-request.png -------------------------------------------------------------------------------- /images/gh-pull-request-merge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rfortherestofus/git-github-course/HEAD/images/gh-pull-request-merge.png -------------------------------------------------------------------------------- /images/gh-pull-request-screen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rfortherestofus/git-github-course/HEAD/images/gh-pull-request-screen.png -------------------------------------------------------------------------------- /images/git-activated.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rfortherestofus/git-github-course/HEAD/images/git-activated.svg -------------------------------------------------------------------------------- /images/git-and-rstudio-in-sync.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rfortherestofus/git-github-course/HEAD/images/git-and-rstudio-in-sync.svg -------------------------------------------------------------------------------- /images/git-and-rstudio.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rfortherestofus/git-github-course/HEAD/images/git-and-rstudio.svg -------------------------------------------------------------------------------- /images/git-best-practices.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rfortherestofus/git-github-course/HEAD/images/git-best-practices.jpg -------------------------------------------------------------------------------- /images/git-branch.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rfortherestofus/git-github-course/HEAD/images/git-branch.svg -------------------------------------------------------------------------------- /images/git-collaboration.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rfortherestofus/git-github-course/HEAD/images/git-collaboration.svg -------------------------------------------------------------------------------- /images/git-collaboration1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rfortherestofus/git-github-course/HEAD/images/git-collaboration1.svg -------------------------------------------------------------------------------- /images/git-collaboration2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rfortherestofus/git-github-course/HEAD/images/git-collaboration2.svg -------------------------------------------------------------------------------- /images/git-collaboration3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rfortherestofus/git-github-course/HEAD/images/git-collaboration3.svg -------------------------------------------------------------------------------- /images/git-collaboration4.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rfortherestofus/git-github-course/HEAD/images/git-collaboration4.svg -------------------------------------------------------------------------------- /images/git-conflict-divider.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rfortherestofus/git-github-course/HEAD/images/git-conflict-divider.svg -------------------------------------------------------------------------------- /images/git-conflict-markers.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rfortherestofus/git-github-course/HEAD/images/git-conflict-markers.svg -------------------------------------------------------------------------------- /images/git-conflicts-local-code.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rfortherestofus/git-github-course/HEAD/images/git-conflicts-local-code.svg -------------------------------------------------------------------------------- /images/git-conflicts-remote-code-commit.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rfortherestofus/git-github-course/HEAD/images/git-conflicts-remote-code-commit.svg -------------------------------------------------------------------------------- /images/git-conflicts-remote-code.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rfortherestofus/git-github-course/HEAD/images/git-conflicts-remote-code.svg -------------------------------------------------------------------------------- /images/git-conflicts.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rfortherestofus/git-github-course/HEAD/images/git-conflicts.svg -------------------------------------------------------------------------------- /images/git-github-not-the-same.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rfortherestofus/git-github-course/HEAD/images/git-github-not-the-same.svg -------------------------------------------------------------------------------- /images/git-logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rfortherestofus/git-github-course/HEAD/images/git-logo.svg -------------------------------------------------------------------------------- /images/git-visual-no-past.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rfortherestofus/git-github-course/HEAD/images/git-visual-no-past.svg -------------------------------------------------------------------------------- /images/git-visual.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rfortherestofus/git-github-course/HEAD/images/git-visual.svg -------------------------------------------------------------------------------- /images/github-commit-history.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rfortherestofus/git-github-course/HEAD/images/github-commit-history.png -------------------------------------------------------------------------------- /images/github-diff.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rfortherestofus/git-github-course/HEAD/images/github-diff.png -------------------------------------------------------------------------------- /images/github-logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rfortherestofus/git-github-course/HEAD/images/github-logo.svg -------------------------------------------------------------------------------- /images/github-new-repo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rfortherestofus/git-github-course/HEAD/images/github-new-repo.png -------------------------------------------------------------------------------- /images/github-past-versions.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rfortherestofus/git-github-course/HEAD/images/github-past-versions.svg -------------------------------------------------------------------------------- /images/github-signup.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rfortherestofus/git-github-course/HEAD/images/github-signup.svg -------------------------------------------------------------------------------- /images/github-to-rstudio.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rfortherestofus/git-github-course/HEAD/images/github-to-rstudio.svg -------------------------------------------------------------------------------- /images/github-website.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rfortherestofus/git-github-course/HEAD/images/github-website.png -------------------------------------------------------------------------------- /images/gitlab-bitbucket.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rfortherestofus/git-github-course/HEAD/images/gitlab-bitbucket.png -------------------------------------------------------------------------------- /images/gitlab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rfortherestofus/git-github-course/HEAD/images/gitlab.png -------------------------------------------------------------------------------- /images/hands-in-head.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rfortherestofus/git-github-course/HEAD/images/hands-in-head.jpg -------------------------------------------------------------------------------- /images/handshake.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rfortherestofus/git-github-course/HEAD/images/handshake.jpg -------------------------------------------------------------------------------- /images/highway.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rfortherestofus/git-github-course/HEAD/images/highway.jpg -------------------------------------------------------------------------------- /images/kids-pulling.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rfortherestofus/git-github-course/HEAD/images/kids-pulling.jpg -------------------------------------------------------------------------------- /images/multiple-collaborators.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rfortherestofus/git-github-course/HEAD/images/multiple-collaborators.svg -------------------------------------------------------------------------------- /images/no-version-info.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rfortherestofus/git-github-course/HEAD/images/no-version-info.svg -------------------------------------------------------------------------------- /images/now-have-git.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rfortherestofus/git-github-course/HEAD/images/now-have-git.png -------------------------------------------------------------------------------- /images/panic.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rfortherestofus/git-github-course/HEAD/images/panic.jpg -------------------------------------------------------------------------------- /images/project-management.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rfortherestofus/git-github-course/HEAD/images/project-management.jpg -------------------------------------------------------------------------------- /images/pull.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rfortherestofus/git-github-course/HEAD/images/pull.jpg -------------------------------------------------------------------------------- /images/push.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rfortherestofus/git-github-course/HEAD/images/push.jpg -------------------------------------------------------------------------------- /images/relax.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rfortherestofus/git-github-course/HEAD/images/relax.jpg -------------------------------------------------------------------------------- /images/rru-text-only.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rfortherestofus/git-github-course/HEAD/images/rru-text-only.svg -------------------------------------------------------------------------------- /images/rstudio-review-changes.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rfortherestofus/git-github-course/HEAD/images/rstudio-review-changes.svg -------------------------------------------------------------------------------- /images/rstudio-to-github.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rfortherestofus/git-github-course/HEAD/images/rstudio-to-github.svg -------------------------------------------------------------------------------- /images/rubix-cube.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rfortherestofus/git-github-course/HEAD/images/rubix-cube.jpg -------------------------------------------------------------------------------- /images/setup-90pct.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rfortherestofus/git-github-course/HEAD/images/setup-90pct.svg -------------------------------------------------------------------------------- /images/stage-files.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rfortherestofus/git-github-course/HEAD/images/stage-files.svg -------------------------------------------------------------------------------- /images/update-packages.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rfortherestofus/git-github-course/HEAD/images/update-packages.png -------------------------------------------------------------------------------- /images/word-branches.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rfortherestofus/git-github-course/HEAD/images/word-branches.svg -------------------------------------------------------------------------------- /libs/header-attrs-2.11/header-attrs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rfortherestofus/git-github-course/HEAD/libs/header-attrs-2.11/header-attrs.js -------------------------------------------------------------------------------- /libs/header-attrs-2.13/header-attrs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rfortherestofus/git-github-course/HEAD/libs/header-attrs-2.13/header-attrs.js -------------------------------------------------------------------------------- /libs/header-attrs-2.14/header-attrs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rfortherestofus/git-github-course/HEAD/libs/header-attrs-2.14/header-attrs.js -------------------------------------------------------------------------------- /libs/header-attrs-2.16/header-attrs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rfortherestofus/git-github-course/HEAD/libs/header-attrs-2.16/header-attrs.js -------------------------------------------------------------------------------- /libs/header-attrs-2.8/header-attrs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rfortherestofus/git-github-course/HEAD/libs/header-attrs-2.8/header-attrs.js -------------------------------------------------------------------------------- /libs/pagedtable-1.1/css/pagedtable.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rfortherestofus/git-github-course/HEAD/libs/pagedtable-1.1/css/pagedtable.css -------------------------------------------------------------------------------- /libs/pagedtable-1.1/js/pagedtable.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rfortherestofus/git-github-course/HEAD/libs/pagedtable-1.1/js/pagedtable.js -------------------------------------------------------------------------------- /libs/remark-css-0.0.1/default.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rfortherestofus/git-github-course/HEAD/libs/remark-css-0.0.1/default.css -------------------------------------------------------------------------------- /libs/twitter-widget-0.0.1/widgets.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rfortherestofus/git-github-course/HEAD/libs/twitter-widget-0.0.1/widgets.js -------------------------------------------------------------------------------- /render.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rfortherestofus/git-github-course/HEAD/render.R -------------------------------------------------------------------------------- /slides.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rfortherestofus/git-github-course/HEAD/slides.Rmd -------------------------------------------------------------------------------- /slides.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rfortherestofus/git-github-course/HEAD/slides.html -------------------------------------------------------------------------------- /style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rfortherestofus/git-github-course/HEAD/style.css --------------------------------------------------------------------------------