From 269caa8ae18eb33e1286e4c21d434ea07228a619 Mon Sep 17 00:00:00 2001 From: johannst Date: Wed, 10 Apr 2024 19:37:02 +0000 Subject: deploy: ae498864bb638e597b589c52ff27237835625281 --- tools/git.html | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tools') diff --git a/tools/git.html b/tools/git.html index 68ee78f..db1f9d6 100644 --- a/tools/git.html +++ b/tools/git.html @@ -204,6 +204,11 @@ | remote repository | +-------------------+ +

Config

+
  git config --list --show-origin ..... list currently set configs and where
+                                        they are coming from
+  git --edit [--global] ............... open config in editor (local or global)
+

Clean

  git clean -X ......... remove only ignored files (-n for dry run)
   git clean -f -d -x ... remove untracked & ignored files / folders
-- 
cgit v1.2.3