From 5bdd1e90ff4eab4d9af8e542c2d1995fbaa83faa Mon Sep 17 00:00:00 2001 From: Licaon_Kter Date: Fri, 29 Dec 2023 12:27:35 +0000 Subject: [PATCH] mgit - update description --- metadata/com.manichord.mgit.yml | 30 +++++++++++++++++++++++------- 1 file changed, 23 insertions(+), 7 deletions(-) diff --git a/metadata/com.manichord.mgit.yml b/metadata/com.manichord.mgit.yml index 3ea545c9bf..fa7cf8049c 100644 --- a/metadata/com.manichord.mgit.yml +++ b/metadata/com.manichord.mgit.yml @@ -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