initial commit
This commit is contained in:
9
bash/.git-formatter/scripts/branch.py
Normal file
9
bash/.git-formatter/scripts/branch.py
Normal file
@@ -0,0 +1,9 @@
|
||||
from utils.branch_details import branch_details
|
||||
from utils.format import format_branch
|
||||
from utils.git_commands import git_checkout_branch
|
||||
|
||||
|
||||
def new_branch():
|
||||
branch_type, branch_id = branch_details()
|
||||
branch_name = format_branch(branch_type, branch_id)
|
||||
git_checkout_branch(branch_name)
|
||||
Reference in New Issue
Block a user