From a0832b3767d6665fcdae6319a4c2155d5e4e2e34 Mon Sep 17 00:00:00 2001 From: Daniel Siepmann Date: Wed, 23 Feb 2022 13:54:57 +0100 Subject: [PATCH] Add new Git alias I use cherry-picks in one project and am to lazy to always wait for auto completion. --- home/programs/git.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/programs/git.nix b/home/programs/git.nix index e5a5b96..7b1d3ff 100644 --- a/home/programs/git.nix +++ b/home/programs/git.nix @@ -28,6 +28,7 @@ fap = "fetch --all --prune"; rh = "reset --hard"; + cp = "cherry-pick"; lg = "log --graph --pretty=format:'%Cred%h%Creset %an: %s - %Creset %C(yellow)%d%Creset %Cgreen(%cr)%Creset' --abbrev-commit --date=relative"; };