summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2023-12-05 12:50:16 +0000
committerSean Whitton <spwhitton@spwhitton.name>2023-12-05 12:50:16 +0000
commitd916ff3913cb46f3bf83421cfac963efddcb9a3c (patch)
tree7d8f9945ca1fee3dbae12ae0a2cd56446df7cbcc
parent41dd076a88b060f660a4f75a01e8348674c9a534 (diff)
downloaddotfiles-d916ff3913cb46f3bf83421cfac963efddcb9a3c.tar.gz
add 'd' and 'cl' git aliases
-rw-r--r--.config/git/config2
1 files changed, 2 insertions, 0 deletions
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