EasyCommit
EasyCommit: Effortless Git commits in Sublime Text for Developers who want to ship more.
Details
Installs
- Total 57
- Win 30
- Mac 13
- Linux 14
Dec 3 | Dec 2 | Dec 1 | Nov 30 | Nov 29 | Nov 28 | Nov 27 | Nov 26 | Nov 25 | Nov 24 | Nov 23 | Nov 22 | Nov 21 | Nov 20 | Nov 19 | Nov 18 | Nov 17 | Nov 16 | Nov 15 | Nov 14 | Nov 13 | Nov 12 | Nov 11 | Nov 10 | Nov 9 | Nov 8 | Nov 7 | Nov 6 | Nov 5 | Nov 4 | Nov 3 | Nov 2 | Nov 1 | Oct 31 | Oct 30 | Oct 29 | Oct 28 | Oct 27 | Oct 26 | Oct 25 | Oct 24 | Oct 23 | Oct 22 | Oct 21 | Oct 20 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Mac | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Linux | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Readme
- Source
- raw.githubusercontent.com
EasyCommit
EasyCommit: Effortless Git commits in Sublime Text for Developers who want to ship more.
Overview
EasyCommit simplifies the process of making Git commits, allowing developers to focus more on coding and less on version control management.
Features
After pressing a key binding: - Automated Git Workflow: The plugin performs: fetch, pull, and add all or the current file. - Commit Messages: After staging changes, it prompts for a commit message. - Committing: Commits with the provided message and then pushes the changes to the remote repository on the current branch. - Status Updates: Provides ongoing feedback in the Sublime Text status bar, keeping you informed at every step. - Error Handling: Displays error messages in case of any issues during the Git operations. - Cancellation Option: Allows cancelling the commit process by pressing ESC.
Installation
EasyCommit can be installed via Package Control in Sublime Text. Simply search for “EasyCommit” and install it directly within your editor. Alternatively, you can download the .py file and place it in Sublime Text > Settings > Browse Packages > User.
Usage
After installation, configure a keybinding to trigger the plugin:
1. Open Preferences > Key Bindings
in Sublime Text.
2. Add keybindings for the following commands:
For commiting all modified files:
{ "keys": ["your_preferred_shortcut"], "command": "easy_commit_all" }
For commiting the current file:
{ "keys": ["your_preferred_shortcut"], "command": "easy_commit_file" }
Replace your_preferred_shortcut with your desired key combination.
Once set up, use this shortcut to activate EasyCommit in any Git-enabled project.
Contributing
Contributions to EasyCommit are welcome! If you have suggestions, bug reports, or want to contribute code, please feel free to open an issue or submit a pull request.
Support
For support, questions, or feature requests, please open an issue in this repository.
License
MIT