acant/git_simple

View on GitHub
CHANGELOG.md

Summary

Maintainability
Test Coverage
# Change Log
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]
### Added
- adding, removing and committing files to a local repository
- support for init and clone to create a new repository
- read methods for remotes, branches, working tree state, and logs
- simple push and pull support on the same file system
- bypass method in order to allows direct access to the Rugged interface
- add garbage collection to the pull method