Skip to content

Commit b0188f0

Browse files
authored
Use postStartCommand to avoid creating a .gitconfig (#1391)
Use postStartCommand to avoid creating a new .gitconfig
1 parent b950373 commit b0188f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common-utils/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ these images have already allocated UID & GID 1000. Attempting to add this Featu
3838

3939
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.
4040

41-
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`:
41+
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`:
4242

4343
```bash
4444
git config devcontainers-theme.show-dirty 1

0 commit comments

Comments
 (0)