Introduction

Resources

My Notes

Understanding basic git commands

Understanding .git

Git Internals

Build your own git

Technical Tools

Typescript for programming.

Git is a CLI application, so commanderjs is used to parse command-line arguments.

Git uses a configuration file format that is basically Microsoft’s INI format. The config-ini-parser package can read and write these files.

Technical Stuff