# Git I use git as my main tool for distributed version control. ## Dependencies - [git][git] - The standard version control system ## Installation ```sh make package=git ``` ## Usage Add a `.gituser` file to your `$HOME` with the following: ```gitconfig [user] name = email = signingkey = ``` [git]: https://www.archlinux.org/packages/extra/x86_64/git/