What's New ❕
git-sync
now supports Raw Git URLs. What that means is that apart from syncing your own repositories from various supported platforms, you can now also pass a list of raw git URLs as well.
With this, you can now backup and sync public repositories from other users as well 🎉
More details about the configurations and examples can be found at our Wiki.
Changelog
- bbd9873 chore(deps): ⬆️ upgrade go to 1.23.4
- f4cfbac chore(deps): update golang docker tag to v1.23.4 (#69)
- 003d3b2 chore(deps): update module github.com/google/go-github/v66 to v67 (#68)
- afc5518 chore(deps): update module github.com/google/go-github/v66 to v67 (#70)
- 243e3e6 chore(deps): update module github.com/xanzy/go-gitlab to v0.114.0 (#67)
- b3f9643 feat: 🚀 support for raw git urls added