Hacker News new | ask | show | jobs
by snarfy 1912 days ago
Why is it

    git submodule update
and not

    git submodule pull

I understand pull in this context would be a submodule command, not a git command, but why use different terminology from git for what is the same idea?