mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-16 13:23:09 +01:00
625 B
625 B
Git
I use git as my main tool for distributed version control.
Dependencies
- git - The standard version control system
- diff-so-fancy - An amazing git diff utility
Installation
make package=git
Usage
Add a .gituser
file to your $HOME
with the following:
[user]
name = <the name you use for git commits>
email = <the email you use for git commits>
signingkey = <the subkey you use to sign git commits>