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
/
internal
/
sync
/
sync.go
Age
Commit message (
Expand
)
Author
2026-03-11
fix(sync): stop relying on process cwd
Paul Buetow
2025-10-31
feat: implement amp AI tool support and replace Taskfile with Mage
v0.10.0
Paul Buetow
2025-07-13
fix: skip fetching from backup locations when --backup flag is not used
Paul Buetow
2025-07-07
feat: add comprehensive showcase generation with metadata and images
Paul Buetow
2025-07-03
feat: add SSH backup locations with --backup flag
v0.2.0
Paul Buetow
2025-06-24
feat: add branch exclusion feature with regex patterns
Paul Buetow
2025-06-24
feat: add abandoned branch detection and reporting
Paul Buetow
2025-06-24
refactor: break down large functions into smaller, focused ones
Paul Buetow
2025-06-23
Add --full flag for bidirectional sync and update module name
Paul Buetow
2025-06-23
Improve merge conflict error message with directory path
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