This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# | |
# Add name branch as first line in commit body and flow and context in commit tittle | |
# | |
# If the branch has the format 'dev/flow/task' commit with the format 'git commit -m "context # commit title"' | |
# The commit will be: | |
# | |
# _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ | |
# | |
# flow(context) commit title |