Hacker News new | ask | show | jobs
by TylerE 4763 days ago
No it doesn't, you can't request or pin a specific version. You just get whatever is in HEAD when you pull.
1 comments

> No it doesn't, you can't request or pin a specific version. You just get whatever is in HEAD when you pull.

You get the dependency at a version control level, at a known-good version (because you pulled from the master branch) at the time you pulled, and after that it's up to you to update it.