kushalshit27 / gmd

GMD sounds like CMD. yes, It is. it's a CLI tool to manage git with interactive CLI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GMD

GMD sounds like CMD. yes, It is. IT is a CMD to manage git with interactive CLI

🚧 Status: development mode 👷

feature:

  • Create new branch

    • ASK for type select from feat/, fix/
    • ASK for JIRA/ADO ID
    • ASK for description
    • ASK for base branch from which, we want to fork (default : current branch)
    • Switch to new branch
  • Detect useless branch (local)

    • ASK for type select from feat/, fix/
    • ASK for description - regex match
    • Ask to delete ALL or one-by-one

About

GMD sounds like CMD. yes, It is. it's a CLI tool to manage git with interactive CLI

License:MIT License


Languages

Language:Go 98.6%Language:Makefile 1.4%