I’ve started using projects to work collaboratively and I’d would like my coworkers to be able to get the identical git commits for the custom projects we’re working on, as listed in Manifest.toml
Say they are in the project directory. Is this all that needs to happen?
; git pull
] activate .
instantiate
This appears to update the Manifest.toml file, which seems odd… We want to be using exactly the same version of everything. I also don’t quite understand how --project and --manifest flags alter this behaviour.