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 | |
| # --------------------------------------------------------------------------- | |
| # Commit Reminder Script for Linux | |
| # Author: Christian Tanul | |
| # GitHub Gist: https://gist.github.com/scriptogre/1d97f599da72efa5e39731eaf5e4da96/ | |
| # | |
| # Description: | |
| # This script aids developers in transitioning to the atomic commit approach, | |
| # especially those who tend to write code chaotically. It's designed to be used |
NewerOlder