github AkashRajpurohit/git-sync v0.11.0

latest release: v0.11.1
17 days ago

What's New ❕

git-sync now supports a new config option called clone_type. By default git-sync performs a bare clone of your repository code.
However with this new release, you can now specify which type of clone you want to perform.

The available options are bare, shallow, mirror or full. The default value is bare (to maintain backward compatibility).

Update your config file as mentioned in the docs to use this new feature.

Changelog

  • 9a3e9fe feat: ✨ allow different clone type options

Don't miss a new git-sync release

NewReleases is sending notifications on new releases.