This file contains hidden or 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 | |
# Create branch name with JIRA code in this format ABC-123 | |
# JIRA code needs to be in capitals divided by - and followed by numerals | |
# Branch example: css_minified_ABC-123 or ABC-123_css_minified | |
# Use github desktop or $ git commit -m "Recompiled css into minified version" | |
# this will result with commit "[ABC-123] Recompiled css into minified version" | |
# Installation |