rw_git 1.0.2
rw_git: ^1.0.2 copied to clipboard
A git wrapper that facilitates the execution of various useful git commands.
1.0.1 #
- Support for common git commands and operations:
git initgit clonegit fetch tags- Count commits between two tags
- Retrieve statistics regarding code changes (insertions, deletions, number of files changed).
1.0.2 #
- Fixed various bugs surfaced from unit testing.
- Code coverage 100%.
- Improved performance and logical output of some commands.