Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Devcontainer] move git setup to postStartCommand #40068

Merged
merged 1 commit into from
Oct 15, 2023

Commits on Oct 13, 2023

  1. Devcontainer: move git setup to postStartCommand

    * postCreateCommand is executed too early
    * If git config commands run in postCreate, a global .gitconfig will be created
    * Copy of local .gitconfig will be skipped if .gitconfig already exists in container
    * Move to later stage
    * devcontainers/cli#98
    * microsoft/vscode-remote-release#4855 (comment)
    
    Signed-off-by: GitHub <noreply@github.com>
    R0Wi committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    9dd158b View commit details
    Browse the repository at this point in the history