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
/
cmd
Age
Commit message (
Expand
)
Author
2025-10-31
feat: implement amp AI tool support and replace Taskfile with Mage
v0.10.0
Paul Buetow
2025-07-13
refactor: restructure CLI with cobra command framework
Paul Buetow
2025-07-12
feat: add AI-powered release notes generation
Paul Buetow
2025-07-12
feat: add automatic release checking and creation
Paul Buetow
2025-07-09
feat: add --batch-run flag for weekly automated sync
Paul Buetow
2025-07-07
feat: add comprehensive showcase generation with metadata and images
Paul Buetow
2025-06-28
feat: add --delete-repo command to delete repositories from all organizations
Paul Buetow
2025-06-27
fix: remove call to undefined function HandleClean
Paul Buetow
2025-06-26
add clean
Paul Buetow
2025-06-25
feat: add configurable work directory with default ~/git/gitsyncer-workdir
Paul Buetow
2025-06-24
refactor: break down large functions into smaller, focused ones
Paul Buetow
2025-06-24
Ensure proper exit codes for all error conditions
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 debugging features and improve error handling
Paul Buetow
2025-06-23
Add GitHub repository creation and improve error handling
Paul Buetow
2025-06-23
Add support for multiple repository configuration and sync
Paul Buetow
2025-06-23
Add repository synchronization functionality
Paul Buetow
2025-06-23
Add configuration file support with organization list
Paul Buetow
2025-06-23
Initial gitsyncer implementation with version support
Paul Buetow