Quick start makes Hugo seem dependent on git and GitHub

As far as themes, yeah only a small subset of git commands are necessary to know. Basically:

Type Clone Command Update Command
Regular git clone <repo> git pull
Submodule git submodule add <repo> git submodule update --remote --merge

I’ve never seen it explicitly explained either.
There is much to know about git. I just know the basics, which are enough to do what I need.

1 Like