Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bjoernricks/git-knowledge-snack

A knowledge snack about git
https://github.com/bjoernricks/git-knowledge-snack

git knowledge tutorial

Last synced: about 1 month ago
JSON representation

A knowledge snack about git

Awesome Lists containing this project

README

        

# Git Knowledge Snack

Code, Notes, etc.

Website: https://bjoernricks.github.io/git-knowledge-snack/

## Installation
To install the dependencies to build and run the docs run:

```sh
poetry install
```

## Live Server
To start a HTTP server that updates the pages on every save (*Live Server*) run:

```sh
poetry run make livehtml
```

## Build
To build static HTML content run:

```sh
poetry run make html
```

## License

Copyright (C) 2024 Björn Ricks

Licensed under the [CC-BY-SA-4.0](LICENSE).