🔱 linux bash command to quick commit, comment and push directly to the Github.com
master branch
- with random emoji in comment 😉
copy gitpush file into your project main directory and run after your work (when you want to send changes to Github)
./gitpushevery time when you want to commit, comment and push directly to the master branch.
- or with no emoji 😞 , type:
./gitpush --no-emoji or ./gitpush -neif you want select specific emoji category:
./gitpush --emoji-category=category or ./gitpush -ec=categoryAvailable categories:
For more fun 😊 gitpush places random emoji in the comment.
✔️ Used and tested on Debian Linux only
☑️ Should work in any linux distribution with bash shell
TO DO list:
- add specific emoji as option value
- emoji random place in comment
- add all emojis with shortcodes
- add options to push to other branches
- tests