mgit - update description

This commit is contained in:
Licaon_Kter 2023-12-29 12:27:35 +00:00
parent d0b05c7fc3
commit 5bdd1e90ff

View file

@ -11,14 +11,30 @@ Donate: https://sgit.sheimi.me/
AutoName: MGit
Description: |-
A git client and text editor, forked from no longer maintained
https://f-droid.org/packages/me.sheimi.sgit.
MGit is a full featured Git client that allows you to manage files in a local Git repository, clone, push and pull to and from remote repositories. It allows you to browse files in your local repositories, see diffs of changed files, stage and commit files all in your local repository while offline.
Antifeatures:
* Tracking: You can't run the app unless you agree to send error and
crash reports to the developers Sentry.io account. The reports will contain
information about the device you are using, a unique randomly generated ID
and potentially some metadata about the git repo that you are using.
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
MGit does not have a built-in text editor but should also work well with other Android text editors that support Content Providers.
MGit is a continuation of development of the popular SGit app.
RepoType: git
Repo: https://github.com/maks/MGit.git