When using forge pull, it seems to be running git pull within any service that it finds, regardless of if it is a git repository, or if it has already tried to pull for the repository the service exists in. It should probably do something to make sure that it only pulls once per Git repository.
When using
forge pull
, it seems to be runninggit pull
within any service that it finds, regardless of if it is a git repository, or if it has already tried to pull for the repository the service exists in. It should probably do something to make sure that it only pulls once per Git repository.Reproducible from latest commit on https://github.com/forge-playground/development-environment
notice how it is running
git pull
inservices/*
, and the error with lock files