Skip to content

docs(docker): add FAQ for using git worktrees#5076

Merged
auto-submit[bot] merged 4 commits into
mainfrom
docker-helpful
Jun 18, 2026
Merged

docs(docker): add FAQ for using git worktrees#5076
auto-submit[bot] merged 4 commits into
mainfrom
docker-helpful

Conversation

@jtmcdole

Copy link
Copy Markdown
Member

Added a new FAQ & Troubleshooting section to the flutter_agy_docker README.
This section explains how to configure Git to use relative paths for worktrees
when working within the container to prevent broken worktree references.

Also make sure the next image has this turned on so when you type "gwta fu" you get a ".git" that is relative.

jtmcdole and others added 2 commits June 18, 2026 15:04
Added a new FAQ & Troubleshooting section to the flutter_agy_docker README.
This section explains how to configure Git to use relative paths for worktrees
when working within the container to prevent broken worktree references.
@flutter-dashboard flutter-dashboard Bot added the CICD Run CI/CD label Jun 18, 2026
@jtmcdole jtmcdole requested a review from ievdokdm June 18, 2026 22:11

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request configures Git to use relative paths for worktrees in the Dockerfile and adds a troubleshooting section to the README.md explaining how to use Git worktrees within the container. The review feedback suggests documenting two critical caveats: ensuring the main repository is accessible when mounting a worktree, and running the repair command on the host rather than inside the container if the worktree is already broken.

Comment thread cloud_build/flutter_agy_docker/README.md Outdated

@ievdokdm ievdokdm left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@jtmcdole

Copy link
Copy Markdown
Member Author

/gemini take a look at 4e6273e

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request configures Git to use relative paths for worktrees inside the Docker container and adds a troubleshooting section to the README explaining how to configure this on the host machine. The reviewer suggested clarifying that the host machine command should be run from within a Git repository to avoid a fatal error.

Comment thread cloud_build/flutter_agy_docker/README.md Outdated
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
@jtmcdole jtmcdole added autosubmit Merge PR when tree becomes green via auto submit App. CICD Run CI/CD and removed CICD Run CI/CD labels Jun 18, 2026
@auto-submit auto-submit Bot merged commit cfea040 into main Jun 18, 2026
23 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

autosubmit Merge PR when tree becomes green via auto submit App. CICD Run CI/CD

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants