You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With this release, now git-sync allows user's 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:
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.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
What's New
With this release, now git-sync allows user's 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
totrue
in your config file.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: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
This discussion was created from the release v0.8.0.
Beta Was this translation helpful? Give feedback.
All reactions