From 006bcaa3261af0708c2d638d569fc4f8127583d2 Mon Sep 17 00:00:00 2001 From: jolheiser Date: Wed, 23 Aug 2023 15:26:56 -0500 Subject: [PATCH] chore: update git aliases Signed-off-by: jolheiser --- apps/git.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/git.nix b/apps/git.nix index 7499dd3..d46f6db 100644 --- a/apps/git.nix +++ b/apps/git.nix @@ -24,6 +24,7 @@ in { fu = "fetch upstream"; fo = "fetch origin"; dh = "diff HEAD"; + unstage = "restore --staged"; tui = "!lazygit"; }; lfs.enable = true;