git-ibundle 0.1.1

A tool for incremental offline mirroring of a Git repository
1
2
3
4
5
6
7
8
9
10
# History

## Version 0.1.1

- Force fetching via `git fetch --force` to allow non-fast-forward fetches (such
  as from reworked pull requests).

## Version 0.1.0

- Initial version.