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>"
| vim.g.mapleader = " " | |
| vim.opt.number = true | |
| vim.opt.tabstop = 4 | |
| vim.opt.softtabstop = 4 | |
| vim.opt.shiftwidth = 4 | |
| vim.opt.expandtab = true | |
| vim.opt.guicursor = "n-v-i-c:block" | |
| vim.opt.wrap = false | |
| vim.opt.mouse = "a" |
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>"