From d916ff3913cb46f3bf83421cfac963efddcb9a3c Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Tue, 5 Dec 2023 12:50:16 +0000 Subject: add 'd' and 'cl' git aliases --- .config/git/config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.config/git/config b/.config/git/config index e7c10424..88c40074 100644 --- a/.config/git/config +++ b/.config/git/config @@ -7,6 +7,8 @@ v = log --graph --full-history -30 --decorate --oneline --all ov = log --graph --full-history -30 --decorate --oneline --all \ --simplify-by-decoration + d = diff + cl = clean -xdff [annex] # Manually upgrade to new repository layouts once I've confirmed that -- cgit v1.2.3