MGit APP
Features include:
* Create local repositories
* Clone remote repositories
* Fetch, Pull, Push from remote repositories
* Delete local repositories
* Browse files
* Browse commit messages
* Checkout branches and tags
* HTTP/HTTPS/SSH are supported (including SSH with private key passphrase)
* Search local repositories
* Privatekey management
* git diff between commits
* Import existing repositories
* Merge branches
* Add modified file to stage
* View state of staged files (aka index)
* Rebasing branches
* Cherrypicks
For a full list of features see: https://github.com/maks/MGit#supported-features
MGit does not have a built-in text editor but has been tested to work well with the open source Viper Edit app (http://play.google.com/store/apps/details?id=com.manichord.viperedit) but should also work well with other Android text editors that support Content Providers.
Please do not leave comments here if you have any problems, instead please create a new issue at: https://github.com/maks/MGit/issues/new/choose
MGit is a continuation of development of the popular SGit app.