
The replaces the NextJS site powering FreeSewing.dev with a Docusaurus setup. It's part of my efforts to simplify FreeSewing's setup so we can focus on our core value proposition.
37 lines
1.1 KiB
Text
37 lines
1.1 KiB
Text
---
|
|
title: Git training - Audiobook
|
|
---
|
|
|
|
These are git training materials for people who would like to understand how
|
|
git works rather than try to memorize all of its commands without knowing what
|
|
they do.
|
|
|
|
It is divided into 45 chapters. You can listen to them back-to back, or pick
|
|
out a specific topic you are interested in.
|
|
|
|
This training does not cover everything there is to know about git. Instead,
|
|
it aims to make you familiar with git in a way that will give you the
|
|
confidence to explore further on your own.
|
|
|
|
:::note
|
|
|
|
This is the **audiobook** format, with a total runtime of 01:43:17.
|
|
|
|
This training is also available as a **[long read][text]** (20k
|
|
words) or **[video series][video]**.
|
|
|
|
:::
|
|
|
|
|
|
<iframe className="w-full aspect-[16/9]"
|
|
width="100%" height="300" scrolling="no" frameBorder="no" allow="autoplay"
|
|
src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/playlists/1609337203&color=%23171717&auto_play=false&hide_related=false&show_comments=true&show_user=true&show_reposts=false&show_teaser=true"
|
|
></iframe>
|
|
<div></div>
|
|
|
|
|
|
|
|
|
|
[text]: /training/git/
|
|
[audio]: /training/git/audio/
|
|
[video]: /training/git/video/
|