├── .gitignore ├── 2016-01-15_austin-hadley-friends.Rproj ├── Git - git-filter-branch Documentation.webarchive ├── Git - git-rebase Documentation.webarchive ├── Git - git-update-ref Documentation.webarchive ├── README.md ├── cat-sneeze-vine.mp4 ├── git-mourn-pack - git man page generator.webarchive └── happy-git-and-github-for-the-user.pdf /.gitignore: -------------------------------------------------------------------------------- 1 | .Rproj.user 2 | .Rhistory 3 | .RData 4 | -------------------------------------------------------------------------------- /2016-01-15_austin-hadley-friends.Rproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jennybc/happy-git-and-github-for-the-user/HEAD/2016-01-15_austin-hadley-friends.Rproj -------------------------------------------------------------------------------- /Git - git-filter-branch Documentation.webarchive: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jennybc/happy-git-and-github-for-the-user/HEAD/Git - git-filter-branch Documentation.webarchive -------------------------------------------------------------------------------- /Git - git-rebase Documentation.webarchive: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jennybc/happy-git-and-github-for-the-user/HEAD/Git - git-rebase Documentation.webarchive -------------------------------------------------------------------------------- /Git - git-update-ref Documentation.webarchive: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jennybc/happy-git-and-github-for-the-user/HEAD/Git - git-update-ref Documentation.webarchive -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jennybc/happy-git-and-github-for-the-user/HEAD/README.md -------------------------------------------------------------------------------- /cat-sneeze-vine.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jennybc/happy-git-and-github-for-the-user/HEAD/cat-sneeze-vine.mp4 -------------------------------------------------------------------------------- /git-mourn-pack - git man page generator.webarchive: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jennybc/happy-git-and-github-for-the-user/HEAD/git-mourn-pack - git man page generator.webarchive -------------------------------------------------------------------------------- /happy-git-and-github-for-the-user.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jennybc/happy-git-and-github-for-the-user/HEAD/happy-git-and-github-for-the-user.pdf --------------------------------------------------------------------------------