Category: Software

Python – Hatch as global python manager

Usage of hatch for pyproject.toml based project. Install Hatch as global python manager: Unix: where python/Pip already there: pip install hatch --break-system-packages Windows: no python at all: […] Read more»

GIT – Overview

GIT basic commands list: git status shows all modifications in the workspace, differences of the local repository, etc. git add <data> or . (for all) […] Read more»