github AkashRajpurohit/git-sync v0.8.0

latest releases: v0.11.2, v0.11.1, v0.11.0...
3 months ago

What's New

With this release, now git-sync allows users to be able to synchronize not just code repositories but also Wiki's! 🎉
To include wiki's in your backup process, add the include_wiki to true in your config file.

⚠️ Breaking Change

While the addition of new config key include_wiki is optional, the breaking change is about the folder structure on your local system where the backups are created. The new structure will be like this:

  • Repo: backup_dir -> RepoOwner -> RepoName -> RepoName.git
  • Wiki: backup_dir -> RepoOwner -> RepoName -> RepoName.wiki.git

To ensure you have a smooth transition, it is advised that you can just choose a different backup_dir and start fresh or if you already have access to your backed up codebases then feel free to delete those and start fresh. In the first run, git-sync will start with cloning process as per the new directory structure.

Changelog

  • 159a628 feat: ✨ sync repo wiki as well
  • b8c9d17 feat: 🔧 control including wiki for backups via option in config file

Don't miss a new git-sync release

NewReleases is sending notifications on new releases.