initial commit
This commit is contained in:
14
bash/.git-formatter/utils/messages.py
Normal file
14
bash/.git-formatter/utils/messages.py
Normal file
@@ -0,0 +1,14 @@
|
||||
def title(text) -> None:
|
||||
border_char = '='
|
||||
print(f"\n{text}\n{border_char * len(text)}")
|
||||
|
||||
|
||||
def instructions(text) -> None:
|
||||
print(f"{text}\n")
|
||||
|
||||
|
||||
worktree_instructions = """Name the worktree directory.
|
||||
This can be different than your branch name.
|
||||
"""
|
||||
|
||||
commit_instructions = """Some great commit instructions..."""
|
||||
Reference in New Issue
Block a user