jedbrown / git-fat

Simple way to handle fat files without committing them to git, supports synchronization using rsync
BSD 2-Clause "Simplified" License
621 stars 137 forks source link

return rsync's exit codes if non-zero in pull and push #31

Closed nkovacs closed 10 years ago

nkovacs commented 10 years ago

So if you do something like git fat push && git push, and rsync fails for some reason, it won't git push either.

jedbrown commented 10 years ago

Looks good, thanks!