See how a minor change to your commit message style can make a difference.
git commit -m"<type>(<optional scope>): <description>" \ -m"<optional body>" \ -m"<optional footer>"
| #!/usr/bin/bash | |
| # | |
| # run_dreamlab_android_emulator.sh | |
| # | |
| # Script to start Vodafone DreamLab app on Android emulator to run projects | |
| # supported by DreamLab. | |
| # | |
| # Run this script when you want to support cancer research with your Linux PC | |
| # and without the limitation of DreamLab app (AC charger connected). | |
| # |
See how a minor change to your commit message style can make a difference.
git commit -m"<type>(<optional scope>): <description>" \ -m"<optional body>" \ -m"<optional footer>"