While not an urgent change, a handful of simple QOL changes.
Potentially breaking change for some users: kobweb no longer bundles its own git support but requires users have it installed on their system and in their path. This shrinks the binary by several megabytes, allows us to use shallow cloning for a much faster startup experience, and we can now offer to initialize a git project for the user when they run kobweb create
kobweb createnow offers to auto-initialize git for your new projectkobweb createandkobweb listnow use shallow clone, providing a much snappier responsekobweb runandkobweb exportwill now prevent a user from progressing if a server is already running- This is useful as otherwise the commands can interfere subtly with each other producing undefined behavior