summaryrefslogtreecommitdiff
path: root/src/references.bib
blob: 5075f72d8f7da818b93e77ef60eab92a720e69c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
@misc{website:git-scm,
    howpublished="\url{http://git-scm.com/}"
}
@book{book:pro-git,
    author="Scott Chacon and Ben Straub",
    title="Pro Git",
    year="2014",
    publisher="Apress"
}
@misc{website:xkcd_git_comic,
    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}"
}
@misc{website:git_initial_commit,
    title="e83c51633",
    howpublished="\url{https://github.com/git/git/commit/e83c5163316f89bfbde7d9ab23ca2e25604af290}"
}
@misc{website:SO_gitpull_considered_harmfull,
    howpublished="\url{http://stackoverflow.com/questions/15316601/in-what-cases-could-git-pull-be-harmful#15316602}"
}
@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}"
}
@misc{website:unpacking_git_packfiles,
    howpublished="\url{https://codewords.recurse.com/issues/three/unpacking-git-packfiles/}",
    author="Aditya Mukerjee",
    title="Unpacking Git Packfiles"
}
@misc{website:understand_git_man_pages,
    howpublished="\url{https://zwischenzugs.com/2018/03/14/five-key-git-concepts-explained-the-hard-way/}",
    author="Ian Miell",
    title="Five Key Git Concepts Explained the Hard Way"
}