pyratelog

personal blog
git clone git://git.pyratebeard.net/pyratelog.git
Log | Files | Refs | README

commit 55374688b0bcc974085519906d5732e3f7ebd363
parent 2e7fdbde442d81b82bf5c5ac64cbec21bc1911c6
Author: pyratebeard <root@pyratebeard.net>
Date:   Tue,  8 Feb 2022 08:24:12 +0000

git_savvy

Diffstat:
Aentry/git_savvy.md | 14++++++++++++++
1 file changed, 14 insertions(+), 0 deletions(-)

diff --git a/entry/git_savvy.md b/entry/git_savvy.md @@ -0,0 +1,14 @@ +Last year I volunteered to give a talk at one of the [Dublin Linux Community](https://dublinlinux.org)'s online meetups. I decided to give a talk on [git](https://git-scm.com/), the version control system, and inspired by xero's [grok git](https://git.io/grokgit) I made the presentation a shell script. + +To get a copy of the presentation script in your terminal incant +``` +curl -L -o gitsavvy rum.sh/gitsavvy +sh ./gitsavvy +``` + +or if you trust me pipe directly into a shell +``` +curl -sL rum.sh/gitsavvy | sh +``` + +The recording of the presentation is on my [peertube instance](https://tube.pyratebeard.net/videos/watch/270b2ffe-4918-46c5-915c-f76dbe998593).