index
:
gitsyncer
main
Tool to sync git repos across Codeberg, Github and SSH git server.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
README.md
Age
Commit message (
Expand
)
Author
2026-03-11
feat(sync): enforce daily repo sync intervals
Paul Buetow
2026-02-22
feat(showcase): add weekly rank history and header movement
Paul Buetow
2026-02-07
feat(sync): add throttled sync mode
v0.12.0
Paul Buetow
2025-10-31
feat: implement amp AI tool support and replace Taskfile with Mage
v0.10.0
Paul Buetow
2025-08-17
feat(release): hexai-first AI release notes; chore(version): bump to 0.8.8
v0.8.8
Paul Buetow
2025-07-19
feat: add support for aichat as AI tool for release notes
v0.8.0
Paul Buetow
2025-07-15
add vibe coding info
Paul Buetow
2025-07-13
fix: change default config path to ~/.config/gitsyncer/config.json
Paul Buetow
2025-07-13
feat: make AI release notes the default behavior
Paul Buetow
2025-07-13
fix: update default config path to follow XDG Base Directory spec
Paul Buetow
2025-07-13
refactor: restructure CLI with cobra command framework
Paul Buetow
2025-07-12
add vibe coding
Paul Buetow
2025-07-09
docs: add documentation for --batch-run feature
v0.5.0
Paul Buetow
2025-07-09
feat: document showcase generation feature
v0.4.0
Paul Buetow
2025-07-03
feat: add SSH backup locations with --backup flag
v0.2.0
Paul Buetow
2025-06-27
feat: implement --create-codeberg-repos
Paul Buetow
2025-06-24
refactor: use value semantics for GitHub and Codeberg clients
Paul Buetow
2025-06-24
feat: add branch exclusion feature with regex patterns
Paul Buetow
2025-06-23
Add --full flag for bidirectional sync and update module name
Paul Buetow
2025-06-23
Add --sync-github-public flag to sync GitHub repos to Codeberg
Paul Buetow
2025-06-23
Add GitHub repository creation and improve error handling
Paul Buetow