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>"
/* | |
For an enum of country codes to countries, | |
See https://gist.github.com/evolkmann/740d24889c509c08484a8ff72af5dd64 | |
*/ | |
/* | |
For an enum of countries to country codes, | |
See https://gist.github.com/kyranjamie/646386d5edc174e8b549111572897f81 | |
*/ |
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>"