* Git Deep Dive A Version 1 Technical Meetup talk covering the deep internals of git. ** Introduction This is the slide-deck and set-up scripts used to give the /Git Deep Dive/ technical meet-up talk on [2018-06-25 Mon] in Version 1, by Éibhear Ó hAnluain. The pack comes with the following: - This document - The slide-deck, =GitDeepDive.pdf= - A script to set up a simple git repository for exploration purposes: =merge-setup.sh= - A script to set up the mimic of a development team and processes: =gitDemo.sh= - A script to set up another simple repository to run through the process for completely clearing a file out of a git database: =largeFile-setup.sh=. - A =.gitignore= file. ** Setup 1) Run the script =merge-setup.sh=. This will create a git repository in =simpleRepo= and populate it with some commits. The commits in this repository will correspond to the diagrams in the slide-deck that relate to merging. 2)