From 58821a8279de6f713da7d8b75f1d35ed8cfa4e2b Mon Sep 17 00:00:00 2001 From: Christof Marti Date: Fri, 20 Jun 2025 09:02:32 +0200 Subject: [PATCH] Use postStartCommand to avoid creating a new .gitconfig --- src/common-utils/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common-utils/README.md b/src/common-utils/README.md index b8e37a8c8..3d21e8b3f 100644 --- a/src/common-utils/README.md +++ b/src/common-utils/README.md @@ -38,7 +38,7 @@ these images have already allocated UID & GID 1000. Attempting to add this Featu By default, this script provides a custom command prompt that includes information about the git repository for the current folder. However, with certain large repositories, this can result in a slow command prompt due to the performance of needed git operations. -For performance reasons, a "dirty" indicator that tells you whether or not there are uncommitted changes is disabled by default. You can opt to turn this on for smaller repositories by entering the following in a terminal or adding it to your `postCreateCommand`: +For performance reasons, a "dirty" indicator that tells you whether or not there are uncommitted changes is disabled by default. You can opt to turn this on for smaller repositories by entering the following in a terminal or adding it to your `postStartCommand`: ```bash git config devcontainers-theme.show-dirty 1