summaryrefslogtreecommitdiff
path: root/src/git-in-reverse.tex
Commit message (Collapse)AuthorAge
* add slide about git commit messagesKenny Ballou2018-03-23
| | | | add another slide about git commit messages and rules for writing them...
* add 2 parent merge, unmerged slideKenny Ballou2018-03-23
|
* add link for understanding git man pagesKenny Ballou2018-03-23
|
* use `fetch` or `pull --ff-only` over `git up`Kenny Ballou2018-03-23
| | | | | I now actually prefer just using fetch as it is more wildly available and easier to teach.
* add commit message examplesKenny Ballou2018-03-23
|
* cleanup object limitations slideKenny Ballou2018-03-23
|
* add audience survey slideKenny Ballou2018-03-23
|
* reorder hard-way repo initialization slidesKenny Ballou2018-03-19
|
* Update rebase slideskballou2017-09-02
| | | | | | | | * Add pointers to make commit subtrees more clear * Update note about rebasing other's "history" where "history" is usally other people's "commits", this is a bit of a nuanced, and esoteric note
* Minor Updates to Slideskballou2017-03-18
| | | | | | | | | | | * Update some titles * Remove some unnecessary images/slides * Add packfile summary slide * Update some images to include more pointers, to paint clearer picture
* Various slide changes and improvementskballou2017-03-16
| | | | | | | | | | | | | | | | * Update first initialization * Update git init script * Update list input listing configurations * Small wording changes * Update section title(s) * Update institute and introduction * Add subsections for introduction
* Update `git init` code to use manual procedureskballou2017-03-16
| | | | | It's too early in the "backwards" introduction to use such simple commands to set things in motion.
* Make de facto default listing options defaultkballou2017-03-16
|
* Add general image improvementskballou2017-03-16
| | | | | | | | | | * Rearrange images * Update tree image, add full references * Update some images to be more consistent - Make order and placement consistent across images
* Update commit objectskballou2017-03-16
| | | | Use something a little more recent
* Add packfiles to plumbing sectionkballou2017-03-16
|
* Add linebreak to titlekballou2016-03-19
|
* Update slideskballou2016-03-17
| | | | | Add content for more basic commands, merging, rebasing, commit messages, commit frequency, etc.
* Fix grammarkballou2016-03-17
|
* Merge subtree in tikz imagekballou2016-03-16
| | | | | | Instead of using `dashed` style and duplicating the node, the ideal display was the same node, which this change achieves by adding an extra draw call after the trees are defined.
* Add previous tree referenceskballou2016-03-16
|
* Fix node text in tikz imagekballou2016-03-16
| | | | * Missing value in sha, wasn't consistent
* Add slide about filemode numberskballou2016-03-16
|
* Add new slide for definitionskballou2016-03-16
| | | | It's turtles all the way down, everything is a turtle.
* Add note from gitworkflows man pagekballou2016-02-25
|
* Add initial presentationkballou2016-01-18
First version of git-in-reverse presentation