From 26a6ab6bb71260561b969c3032a74c74f8759c1a Mon Sep 17 00:00:00 2001 From: Matthias Johnson Date: Sat, 15 Feb 2025 19:55:32 -0700 Subject: [PATCH] mention untracked files --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 262591d..78f073c 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,7 @@ dotGit gives you a handful of shell aliases (tested with `zsh`🐚 and `bash`) t There are two additional aliases used to (re)set up the bare git setup. - `.ginit` creates the bare git repository in `$DOT_FILES` directory. - `.gclone` will clone the repository set in `$DOT_ORIGIN` into the `$DOT_FILES` directory +Both of these aliases also set git's `status.showUntrackedFiles` to `no`. This prevents every file in `$DOT_HOME` from showing as "untracked" by git. ## requirements