nix-config/git
2018-10-27 15:44:59 -04:00
..
.gitconfig stow: Add directories for git, plasma, and systemd 2018-10-22 15:09:58 -04:00
.gitignore stow: Add directories for git, plasma, and systemd 2018-10-22 15:09:58 -04:00
.stow-local-ignore stow: Add directories for git, plasma, and systemd 2018-10-22 15:09:58 -04:00
README.md docs: Fix some typos and missing instructions 2018-10-27 15:44:59 -04:00

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>