ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Easy​Commit

by educbraga ALL

EasyCommit: Effortless Git commits in Sublime Text for Developers who want to ship more.

Labels git, commit, push, easy

Details

  • 3.0.8
  • github.​com
  • github.​com
  • 10 months ago
  • 10 minutes ago
  • 10 months ago

Installs

  • Total 62
  • Win 33
  • Mac 15
  • Linux 14
Jan 15 Jan 14 Jan 13 Jan 12 Jan 11 Jan 10 Jan 9 Jan 8 Jan 7 Jan 6 Jan 5 Jan 4 Jan 3 Jan 2 Jan 1 Dec 31 Dec 30 Dec 29 Dec 28 Dec 27 Dec 26 Dec 25 Dec 24 Dec 23 Dec 22 Dec 21 Dec 20 Dec 19 Dec 18 Dec 17 Dec 16 Dec 15 Dec 14 Dec 13 Dec 12 Dec 11 Dec 10 Dec 9 Dec 8 Dec 7 Dec 6 Dec 5 Dec 4 Dec 3 Dec 2
Windows 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 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0
Mac 0 0 0 0 0 1 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
Linux 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 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