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 year 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 (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-24T07:27:06.000Z (about 1 year ago)
- Last Synced: 2025-02-24T08:33:24.673Z (about 1 year ago)
- Topics: git, knowledge, tutorial
- Language: CSS
- Homepage: https://bjoernricks.github.io/git-knowledge-snack/
- Size: 329 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).