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>"
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>"
... to my blog style space for easier contribution by third parties and to provide what I believe to be an easier reading experience. Please field all enquiries and issues to the source repository.
| local ANSI_COLOR_MAP = { | |
| ["[30m"] = "rgb(0, 0, 0)", | |
| ["[31m"] = "rgb(254, 91, 86)", | |
| ["[32m"] = "rgb(89, 246, 141)", | |
| ["[33m"] = "rgb(255, 255, 164)", | |
| ["[34m"] = "rgb(87, 199, 255)", | |
| ["[35m"] = "rgb(254, 105, 192)", | |
| ["[36m"] = "rgb(153, 236, 254)", | |
| ["[37m"] = "rgb(240, 240, 239)", | |
| } |