-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Add EasyCommit #8861
Add EasyCommit #8861
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Automated testing result: SUCCESS
Repo link: EasyCommit
Packages added:
- EasyCommit
Processing package "EasyCommit"
- All checks passed
Thanks for your submission and sorry for taking a while to review it. Looks really nice and useful 👍🏻 Some remarks:
|
Please respond to the feedback to continue the review. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Automated testing result: SUCCESS
Repo link: EasyCommit
Packages added:
- EasyCommit
Processing package "EasyCommit"
- All checks passed
Thank you for the reminder @braver! If there is any other one, just let me know! 😄✌🏻 |
My package simplifies the process of making Git commits. After pressing a single key binding the plugin performs a series of Git operations: fetch, pull, and add all or add the current file. After staging changes, it prompts for a commit message. It commits with the provided message and then pushes the changes to the remote repository on the current branch.
In case of any issues during the Git operations it stops and displays the error messages. Allows cancelling the commit process by pressing ESC. It provides ongoing feedback in the Sublime Text status bar, keeping the user informed at every step.
There are no packages like it in Package Control.