Y
Hacker News
new
|
ask
|
show
|
jobs
by
afro88
605 days ago
Looks like it uses bundles, which handle incremental changes:
https://github.com/awslabs/git-remote-s3?tab=readme-ov-file#...
2 comments
yencabulator
599 days ago
This invocation won't create an incremental bundle, though:
git bundle create <sha>.bundle <ref>
https://github.com/awslabs/git-remote-s3/blob/221bde4ea34226...
Needs ^<ref> to leave out things.
link
tonymet
604 days ago
thanks that's why i enjoy hackernews. great help
link
Needs ^<ref> to leave out things.