Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bjoernricks/git-knowledge-snack
- Owner: bjoernricks
- License: cc-by-sa-4.0
- Created: 2024-02-16T06:40:16.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-08-28T07:52:27.000Z (3 months ago)
- Last Synced: 2024-08-28T09:07:33.491Z (3 months ago)
- Topics: git, knowledge, tutorial
- Language: CSS
- Homepage: https://bjoernricks.github.io/git-knowledge-snack/
- Size: 396 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).