The easiest is probably to use dev src/Package1 which would point to that local file path. The second option would be to use add with a subdirectory: add .:src/Package1. Note that they have slight differences: dev uses the current state on the file system while add uses the content of the last commit.
4 Likes