summaryrefslogtreecommitdiff
path: root/src/references.bib
diff options
context:
space:
mode:
authorkballou <kballou@devnulllabs.io>2016-03-17 17:53:25 -0600
committerkballou <kballou@devnulllabs.io>2016-03-17 17:53:25 -0600
commit4d8c7c38524e380a8c521a8bf605357188bbc567 (patch)
treeb61ae801321e54e19fe5e6886e5a32ce3b515403 /src/references.bib
parent6c5f6fb871747080baf33a867da586c5c39e2a59 (diff)
downloadgit-in-reverse-4d8c7c38524e380a8c521a8bf605357188bbc567.tar.gz
git-in-reverse-4d8c7c38524e380a8c521a8bf605357188bbc567.tar.xz
Update slides
Add content for more basic commands, merging, rebasing, commit messages, commit frequency, etc.
Diffstat (limited to 'src/references.bib')
-rw-r--r--src/references.bib18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/references.bib b/src/references.bib
index de25726..11294df 100644
--- a/src/references.bib
+++ b/src/references.bib
@@ -11,6 +11,10 @@
howpublished="\url{https://xkcd.com/1597}",
author="Randall Munroe"
}
+@misc{website:xkcd_revision_history_comic,
+ howpublished="\url{http://xkcd.com/1296/}",
+ author="Randall Munroe"
+}
@misc{website:wiki_zlib,
howpublished="\url{https://en.wikipedia.org/wiki/Zlib}"
}
@@ -24,3 +28,17 @@
@misc{website:gitworkflows7,
howpublished="\url{https://www.kernel.org/pub/software/scm/git/docs/gitworkflows.html}"
}
+@misc{website:tbaggery_git_commit_messages,
+ howpublished="\url{http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html}",
+ author="Tim Pope"
+}
+@misc{website:cbeams_git_commit_messages,
+ howpublished="\url{http://chris.beams.io/posts/git-commit/}",
+ author="Chris Beams"
+}
+@misc{website:git_man_pages,
+ howpublished="\url{https://www.kernel.org/pub/software/scm/git/docs/}"
+}
+@misc{website:linus_on_rebase,
+ howpublished="\url{http://www.mail-archive.com/dri-devel@lists.sourceforge.net/msg39091.html}"
+}