From bb8e1be0b2fc237f524f31cfb4a0ede1e34a4e5a Mon Sep 17 00:00:00 2001 From: Ahurac Date: Tue, 19 Nov 2024 08:53:36 +0100 Subject: [PATCH] feat(home): git aliases --- common/home.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/common/home.nix b/common/home.nix index c3b2408..b0ebb40 100644 --- a/common/home.nix +++ b/common/home.nix @@ -165,7 +165,8 @@ pu = "push"; m = "merge"; l = "log"; - graph = "log --graph --oneline"; + graph = "log --graph --oneline --all"; + b = "branch -a"; sh = "show"; ds = "diff --staged"; };