Sometimes you may want maintain versions of a git repository on machines that have no network connection. Bundles allow you to package git objects and references in a repository on one machine and import those into a repository on another.
git tag 2016_07_24
git bundle create changes_between_tags...