Skip to content

This is a Python script that helps in generating branch name

Notifications You must be signed in to change notification settings

johankovalsikoski/branch_name_helper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Branch Name Helper

What is it?

This is a Python script to help on branch creation.

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?

  • Replace spaces will replace all the blank space by whatever set on the field
  • Task prefix will be set to upper case
  • Task name will be set to lower case and clear special characters

Exempli gratia:

Label Field
Replace space -
Task prefix moon-2020
Task name fly TO the moon!

And this is the result: git checkout -b MOON-2020/fly-to-the-moon

- Once you hit the button the result will be on your clipboard. There is no feedback!

About

This is a Python script that helps in generating branch name

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages