Add gds and gdcs to view diffs side-by-side

This commit is contained in:
2026-06-08 02:42:20 +02:00
parent af022d495e
commit c80a783a5e
2 changed files with 5 additions and 0 deletions

View File

@@ -83,6 +83,9 @@
# Show the changes which will be committed
dc = diff --cached
# Show diff side-by-side
diffs = -c delta.side-by-side=true diff
# Fetch all remote-changes, but don't merge local branches!
fa = fetch --all