Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Quick Push Action and Add All bug fixed #645

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

Frank997
Copy link

@Frank997 Frank997 commented Jun 26, 2022

I make changes below:

  • Add a Quick Push Action: one key stage all, commit, push
  • Update chinese translation
  • Require new permissions MANAGE_EXTERNAL_STORAGE and READ_EXTERNAL_STORAGE for resolve bugging when set Repo-Root-Dir on External storage.(may need manually enable Manage All File permission on system)
  • Fixed Add All action does not add deleted files

Quick Push is a combined Action for 3 Actions, StageAll, Commit, Push:
StageAll: it will add modified/new/deleted file to git index.
Commit: commit without Amend or Stage, it only commit with a msg from new settings entry "commit msg for quick push".
Push: default use the remotes list's first element, usually is origin.

@SyntaxGalaxy
Copy link

SyntaxGalaxy commented Dec 23, 2023

If this app is not going to update anymore you should create it's alternative @Frank997

stefancruz added a commit to stefancruz/MGit that referenced this pull request May 18, 2024
stefancruz added a commit to stefancruz/MGit that referenced this pull request May 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants