A version control system created by the same guy who made [[Linux]]. # Hints To deal with credentials in using git repos as packages in package managers (such as [[Rust]]) ``` [url "[email protected]:"] insteadOf = https://gitlab.com ``` To clean a repository to be the same as if freshly cloned: ```shell git clean -dfx ```