Work in progress.
Git's docs on its Internals state:
Git is a content-addressable filesystem. Great. What does that mean?
It means you should dagit (rhymes with maggot). Also, read the docs linked above, but
again, dagit. It's as simple as running:
cd repo/path
dagit start-appAnd then run git commands in another terminal.
Planning on packaging binary soon
git clone && cd nextjs && yarn export && cd ../ && go install