From cc78964b4c3710bc67a577d4bb82d56bf9b868cf Mon Sep 17 00:00:00 2001
From: Christian Krause <christian.krause@idiv.de>
Date: Wed, 14 Sep 2022 09:35:00 +0200
Subject: [PATCH] diff config list and list global

---
 basics.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/basics.html b/basics.html
index 578f09a..f178043 100644
--- a/basics.html
+++ b/basics.html
@@ -435,7 +435,7 @@
               'log --graph --decorate --oneline --all'
 
             # show config
-            git config --global --list
+            git config --list [--global]
             ```
 
             notes:
-- 
GitLab