Skip to content

ferrazfcf/commit_helper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Commit Helper

What is it?

This is a Python script to help on commits creation. Inspired on Kugra's https://github.com/Kugra/branch_name_helper

How to use (macOS)

  1. Download main.py file
  2. Rename the file extension to .app
  3. On terminal run chmod +x main.app
  4. Run the application

What each field means?

  • Arguments choose which arguments to use
    1. Add All add argument "-a"
    2. Amend add argument "--amend"
    3. 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

E.G.

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages