This is a Python script to help on commits creation. Inspired on Kugra's https://github.com/Kugra/branch_name_helper
- Download main.py file
- Rename the file extension to .app
- On terminal run chmod +x main.app
- Run the application
- Arguments choose which arguments to use
- Add All add argument "-a"
- Amend add argument "--amend"
- No Edit add argument "--no-edit"
- Commit prefix set a prefix to commit "[prefix]", will be set to upper case
- Commit Message set a message to commit
Label | Field |
---|---|
Arguments | Add All |
Task prefix | jupiter-2020 |
Task name | got TO Jupiter |
Result: git commit -a -m "[JUPITER-2020] got TO Jupiter"
- Once you hit the button the result will be shown on field under the button and will be on your clipboard.