UNPKG

gitquick

Version:

Git Add, Commit, and Push on the Fly

61 lines (33 loc) 1.4 kB
# gitquick - Git Add, Commit, and Push at Once ## TOC - [Installation](#installation) - [Usage](#usage) - [New](#new) - [Preview](#preview) - [Features](#features) - [Windows Users](#windows-users) ## Installation `npm i -g gitquick` ## Usage Inside your project directory, run the following in your terminal: `gitquick "<your_commit_message>"` gitquick automatically runs the following 3 commands: `git add -A`, `git commit -m "<your_commit_message>"`, and `git push` ## New **v2.x**: Added user-requested option to easily add and commit only (omitting push step) Example: `gitquick -c "<your_commit_message>"` ## Preview ### The Quickest and Easiest Way to Add, Commit, and Push ![gitquick example](assets/img/gitquick-example.gif) ## Features ### Git Add, Commit, and Push With Only One Command ![gitquick command](assets/img/gitquick-example_01_command.png) ### Loading Spinners Indicate and Confirm Progress ![gitquick progress](assets/img/gitquick-example_02_progress.png) ### Clear, Tightly Grouped Success/Error Indication ![gitquick success](assets/img/gitquick-example_03_success.png) ### Error Handling That Keeps Your Console Clutter-Free ![gitquick error](assets/img/gitquick-example_04_error.png) ## Windows Users **NOTE:** Currently, you need to use a terminal like [Git Bash](https://git-scm.com/downloads) to run gitquick. Support for Powershell coming soon.