aboutsummaryrefslogtreecommitdiff
path: root/tex/git-branch.tex
AgeCommit message (Collapse)AuthorLines
2020-07-02Using images to start discussion on Git, for IAC science coffeeMohammad Akhlaghi-8/+25
Until now, we would immeditely jump from the part on answering the project's questions to Git branches. But this isn't too useful for someone who doesn't know Git! So to start the Git branching discussion, now we first show a small image of the workflow with a "today" printed over it. Then another one with a "tomorrow". In the next slide we abstract them to circles with hashes!
2020-06-18Compled short slides, with simple macro to cut off incrementsMohammad Akhlaghi-1/+1
The short version of the slides is now ready. There is a '\longformat' macro that will significantly increase the number of slides, but not substantially (they are just the incremental things). Some minor modifications were also made in the long version.
2020-04-20Modified slides to use new Maneage nameMohammad Akhlaghi-13/+11
A name was finally selected for Maneage, so the slides also needed to be updated.
2019-12-19Described what is in every commit in slide showing Git's benefitMohammad Akhlaghi-4/+11
Since some of the audience is not yet fully familiar with Git, I thought its necessary to remind them in the slide showing Git branching, that every commit contains all aspects of the project.
2019-11-21Added copyright to all the plain-text sourcesMohammad Akhlaghi-0/+15
With this copyright, a random viewer will know their rights regarding these files (that they are free software and that they can modify them and redistribute them).
2019-08-22Corrected credits for the "verified" stampMohammad Akhlaghi-3/+3
Due to a typo (incorrect macro naming), the credits of the "verified" stamp were not being shown in the slide. This has been corrected.
2019-08-20Git commits in slide now have a checksumMohammad Akhlaghi-53/+66
The fact that we only displayed the Git checksum before showing it in the paper could be a little confusing to people not much familiar with Git. So a commit checksum (taken randomly from the history of these slides) was added to it. Also, some minor changes were done here and there.
2019-06-21Shortened sentence to fit in slideMohammad Akhlaghi-1/+1
A sentence in the Git slides was slightly shortened to fit in the width without breaking into two.
2019-06-21Adjusted for 16:9 aspect ratio, improved Git demonstrationMohammad Akhlaghi-30/+66
For EWASS, they recommended a 16:9 aspect ratio. This is becoming the standard and after some tests, I saw felt that it does indeed show better on modern monitors while also giving more horizontal space. The slides are now changed to this aspect ratio and everything was slightly modified to show nicely in it. Also, an extra step was added to the Git demonstration steps to show how progress on the project branch happens independently of progress on the template.
2019-06-04Added Git branching and history graphMohammad Akhlaghi-0/+90
A graph was added showing how Git branching and history are used to verfiy the integrity of the result.