|
|
|
|
|
by smt88
4298 days ago
|
|
Before git-based package managers became the norm, it wasn't uncommon to track/update dependencies manually using command-line git. Also "using" a third-party library hopefully results in finding bugs, fixing them, and submitting a pull request to the project. |
|
When did using git-based package managers become the norm?
> it wasn't uncommon to track/update dependencies manually using command-line git.
Are you saying you normally update your third-party libs with the latest from HEAD instead of using versioned release artifacts?
(I'm guessing you're speaking from a JS dev perspective?)