# Git I use git as my main tool for distributed version control. ## Dependencies - [git][git] - The standard version control system - [diff-so-fancy][diff-so-fancy] - An amazing git diff utility ## 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/ [diff-so-fancy]: https://www.archlinux.org/packages/community/any/diff-so-fancy/