See how a minor change to your commit message style can make a difference.
git commit -m"<type>(<optional scope>): <description>" \ -m"<optional body>" \ -m"<optional footer>"
See how a minor change to your commit message style can make a difference.
git commit -m"<type>(<optional scope>): <description>" \ -m"<optional body>" \ -m"<optional footer>"
Install nix. When prompted whether to install Determinate Nix, answer "No".
curl -fsSL https://install.determinate.systems/nix | sh -s -- installClone and link the nix-config.
mkdir -p ~/gits
cd ~/gits
git clone https://github.com/okuuva/nix.git nix-config